From d58365c1deea797e9ed6c499f3b320178df89584 Mon Sep 17 00:00:00 2001 From: cocoatomo Date: Fri, 31 Mar 2017 14:48:49 +0900 Subject: [PATCH] bpo-29952: Use usual terminology of dict (GH-917) s/keys and elements/keys and values/ (cherry picked from commit cdcac039fb447f2ab04efcacbe663751bb2cb4ec) --- Doc/reference/expressions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index df6e849341046f3..97975ce92b3c4b7 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