mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
doc: clarify that there can be multiple objectgroup's
This commit is contained in:
@@ -250,7 +250,7 @@ def _parse_tile_layer(element: etree.Element,) -> objects.TileLayer:
|
||||
def _parse_tiled_objects(
|
||||
object_elements: List[etree.Element],
|
||||
) -> List[objects.TiledObject]:
|
||||
"""Parses objects found in the 'objectgroup' element.
|
||||
"""Parses objects found in a 'objectgroup' element.
|
||||
|
||||
Args:
|
||||
object_elements: List of object elements to be parsed.
|
||||
|
||||
Reference in New Issue
Block a user