Skip to content

Commit 18eff61

Browse files
authored
Update peps/pep-0728.rst
1 parent 4ce20ca commit 18eff61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0728.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ on such TypedDict types::
651651
reveal_type(movie.items()) # Revealed type is 'dict_items[str, str | int]'
652652
reveal_type(movie.values()) # Revealed type is 'dict_values[str, str | int]'
653653

654-
By extension of this assignability rule, type chekcers may allow indexed accesses
654+
By extension of this assignability rule, type checkers may allow indexed accesses
655655
with arbitrary str keys when ``extra_items`` or ``closed=True`` is specified.
656656
For example::
657657

0 commit comments

Comments
 (0)