8000 bpo-29952: Use usual terminology of dict (GH-917) · xiaolanpython/cpython@cdcac03 · GitHub
[go: up one dir, main page]

Skip to content

Commit cdcac03

Browse files
cocoatomomethane
authored andcommitted
bpo-29952: Use usual terminology of dict (pythonGH-917)
s/keys and elements/keys and values/
1 parent ed3dd1c commit cdcac03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1355,7 +1355,7 @@ built-in types.
13551355
true).
13561356

13571357
* Mappings (instances of :class:`dict`) compare equal if and only if they have
1358-
equal `(key, value)` pairs. Equality comparison of the keys and elements
1358+
equal `(key, value)` pairs. Equality comparison of the keys and values
13591359
enforces reflexivity.
13601360

13611361
Order comparisons (``<``, ``>``, ``<=``, and ``>=``) raise :exc:`TypeError`.

0 commit comments

Comments
 (0)
0