Skip to content

Commit 320b728

Browse files
authored
Update src/mss/models.py
1 parent 211f50c commit 320b728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mss/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Pos(NamedTuple):
2020

2121

2222
class Size(NamedTuple):
23-
#: The hoirizontal X width.
23+
#: The horizontal X width.
2424
width: int
2525
#: The vertical Y height.
2626
height: int

0 commit comments

Comments
 (0)