mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2026-01-01 09:03:41 +01:00
fix(common_types): correct attribute name in docstring
This commit is contained in:
@@ -19,7 +19,7 @@ class Size(NamedTuple):
|
||||
|
||||
Attributes:
|
||||
width: The width of the object.
|
||||
size: The height of the object.
|
||||
height: The height of the object.
|
||||
"""
|
||||
|
||||
width: Union[int, float]
|
||||
|
||||
Reference in New Issue
Block a user