Commit 5aa913d7 authored by INADA Naoki's avatar INADA Naoki Committed by GitHub

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

s/keys and elements/keys and values/
(cherry picked from commit cdcac039)
parent 2ee01ecf
......@@ -1185,7 +1185,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.
Outcomes other than equality are resolved
......
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