fix(common_types): correct attribute name in docstring

This commit is contained in:
Benjamin Kirkbride
2020-05-30 20:21:49 -04:00
parent 59e8a77b26
commit 13a0317911

View File

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