Skip to content

Commit a15bd21

Browse files
authored
Remove duplicate content in Mapping types - dict documentation (#141036)
1 parent 190aa9f commit a15bd21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/library/stdtypes.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5100,9 +5100,6 @@ can be used interchangeably to index the same dictionary entry.
51005100
being added is already present, the value from the keyword argument
51015101
replaces the value from the positional argument.
51025102

5103-
Providing keyword arguments as in the first example only works for keys that
5104-
are valid Python identifiers. Otherwise, any valid keys can be used.
5105-
51065103
Dictionaries compare equal if and only if they have the same ``(key,
51075104
value)`` pairs (regardless of ordering). Order comparisons ('<', '<=', '>=', '>') raise
51085105
:exc:`TypeError`. To illustrate dictionary creation and equality,

0 commit comments

Comments
 (0)