We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7876771 commit 42f3643Copy full SHA for 42f3643
src/mock_vws/target.py
@@ -23,7 +23,7 @@ class TargetDict(TypedDict):
23
A dictionary type which represents a target.
24
"""
25
26
- # We cannot use the `X | Y` sytanx for `Union`s and `Optional`s until
+ # We cannot use the `X | Y` syntax for `Union`s and `Optional`s until
27
# https://github.com/sphinx-doc/sphinx/issues/8775 is resolved.
28
name: str
29
width: float
0 commit comments