Skip to content

Commit 5aa913d

Browse files
authored
bpo-29952: Use usual terminology of dict (GH-924)
s/keys and elements/keys and values/ (cherry picked from commit cdcac03)
1 parent 2ee01ec commit 5aa913d

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
@@ -1185,7 +1185,7 @@ built-in types.
11851185
true).
11861186

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

11911191
Outcomes other than equality are resolved

0 commit comments

Comments
 (0)