Skip to content

Commit

Permalink
bpo-29952: Use usual terminology of dict (GH-923)
Browse files Browse the repository at this point in the history
s/keys and elements/keys and values/
(cherry picked from commit cdcac03)
  • Loading branch information
methane committed Mar 31, 2017
1 parent 6356a3b commit f315812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/reference/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,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`.
Expand Down

0 comments on commit f315812

Please sign in to comment.