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 4ce20ca commit 18eff61Copy full SHA for 18eff61
1 file changed
peps/pep-0728.rst
@@ -651,7 +651,7 @@ on such TypedDict types::
651
reveal_type(movie.items()) # Revealed type is 'dict_items[str, str | int]'
652
reveal_type(movie.values()) # Revealed type is 'dict_values[str, str | int]'
653
654
-By extension of this assignability rule, type chekcers may allow indexed accesses
+By extension of this assignability rule, type checkers may allow indexed accesses
655
with arbitrary str keys when ``extra_items`` or ``closed=True`` is specified.
656
For example::
657
0 commit comments