docs(common_types.size): clarify unit

This commit is contained in:
Benjamin Kirkbride
2020-08-20 18:33:57 -04:00
parent 2b5799fa8e
commit 0de74fc9eb

View File

@@ -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