Skip to content

Commit 42f3643

Browse files
committed
Fix comment in typo
1 parent 7876771 commit 42f3643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mock_vws/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class TargetDict(TypedDict):
2323
A dictionary type which represents a target.
2424
"""
2525

26-
# We cannot use the `X | Y` sytanx for `Union`s and `Optional`s until
26+
# We cannot use the `X | Y` syntax for `Union`s and `Optional`s until
2727
# https://github.com/sphinx-doc/sphinx/issues/8775 is resolved.
2828
name: str
2929
width: float

0 commit comments

Comments
 (0)