Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c75fbb

Browse files
authored
bpo-29952: Use usual terminology of dict (GH-922)
s/keys and elements/keys and values/ (cherry picked from commit cdcac03)
1 parent 8d1f935 commit 4c75fbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)