We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 211f50c commit 320b728Copy full SHA for 320b728
src/mss/models.py
@@ -20,7 +20,7 @@ class Pos(NamedTuple):
20
21
22
class Size(NamedTuple):
23
- #: The hoirizontal X width.
+ #: The horizontal X width.
24
width: int
25
#: The vertical Y height.
26
height: int
0 commit comments