]> granicus.if.org Git - python/commitdiff
bpo-29952: Use usual terminology of dict (GH-924)
authorINADA Naoki <methane@users.noreply.github.com>
Fri, 31 Mar 2017 06:53:25 +0000 (15:53 +0900)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 06:53:25 +0000 (15:53 +0900)
s/keys and elements/keys and values/
(cherry picked from commit cdcac039fb447f2ab04efcacbe663751bb2cb4ec)

Doc/reference/expressions.rst

index df6e849341046f36f5e1cef850c73591721affc1..97975ce92b3c4b7e57a01fa8a4664bc1e184ca5e 100644 (file)
@@ -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