Skip to content

Commit

Permalink
Update stdtypes.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood authored Oct 11, 2024
1 parent 06f9ddb commit b486ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/stdtypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4509,7 +4509,7 @@ can be used interchangeably to index the same dictionary entry.
dictionary is created by calling :meth:`~object.__getitem__` on the argument with
each returned key from the method. Otherwise, the positional argument must be an
:term:`iterable` object. Each item in the iterable must itself be an iterable
with exactly two objects. The first element of each item becomes a key in the
with exactly two elements. The first element of each item becomes a key in the
new dictionary, and the second element the corresponding value. If a key occurs
more than once, the last value for that key becomes the corresponding value in
the new dictionary.
Expand Down

0 comments on commit b486ecc

Please sign in to comment.