From: INADA Naoki Date: Fri, 31 Mar 2017 06:53:25 +0000 (+0900) Subject: bpo-29952: Use usual terminology of dict (GH-924) X-Git-Tag: v2.7.14rc1~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aa913d72317d7632781fb71a7b45a2b5e31558e;p=python bpo-29952: Use usual terminology of dict (GH-924) s/keys and elements/keys and values/ (cherry picked from commit cdcac039fb447f2ab04efcacbe663751bb2cb4ec) --- diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index df6e849341..97975ce92b 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -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