Commit cdcac039 authored by cocoatomo's avatar cocoatomo Committed by INADA Naoki

bpo-29952: Use usual terminology of dict (GH-917)

s/keys and elements/keys and values/
parent ed3dd1c0
......@@ -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`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment