Skip to content

Commit 11629e0

Browse files
[3.13] Remove duplicate content in Mapping types - dict documentation (GH-141036) (#142809)
Co-authored-by: Owain Davies <116417456+OTheDev@users.noreply.github.com>
1 parent 1baa315 commit 11629e0

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
@@ -4854,9 +4854,6 @@ can be used interchangeably to index the same dictionary entry.
48544854
being added is already present, the value from the keyword argument
48554855
replaces the value from the positional argument.
48564856

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

0 commit comments

Comments
 (0)