mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
docs(common_types.size): clarify unit
This commit is contained in:
@@ -18,8 +18,8 @@ class Size(NamedTuple):
|
||||
"""Size NamedTuple.
|
||||
|
||||
Attributes:
|
||||
width: The width of the object.
|
||||
height: The height of the object.
|
||||
width: The width of the object in pixels.
|
||||
height: The height of the object in pixels.
|
||||
"""
|
||||
|
||||
width: float
|
||||
|
||||
Reference in New Issue
Block a user