mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
bpo-29952: Use usual terminology of dict (GH-922)
s/keys and elements/keys and values/
(cherry picked from commit cdcac039fb
)
This commit is contained in:
parent
8d1f935945
commit
4c75fbb485
1 changed files with 1 additions and 1 deletions
|
@ -1355,7 +1355,7 @@ built-in types.
|
|||
true).
|
||||
|
||||
* Mappings (instances of :class:`dict`) compare equal if and only if they have
|
||||
equal `(key, value)` pairs. Equality comparison of the keys and elements
|
||||
equal `(key, value)` pairs. Equality comparison of the keys and values
|
||||
enforces reflexivity.
|
||||
|
||||
Order comparisons (``<``, ``>``, ``<=``, and ``>=``) raise :exc:`TypeError`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue