From a48e0eb9673ec96d1decb8a230331533cfb6138b Mon Sep 17 00:00:00 2001
From: wim glenn <wim.glenn@gmail.com>
Date: Fri, 16 Nov 2018 05:58:19 -0600
Subject: [PATCH] Fix outdated info in datamodel about dicts (GH-9807)

---
 Doc/reference/datamodel.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
index 79fde4bdc7..7e2d2e66ca 100644
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -1452,8 +1452,8 @@ Basic customization
       dict insertion, O(n^2) complexity.  See
       http://www.ocert.org/advisories/ocert-2011-003.html for details.
 
-      Changing hash values affects the iteration order of dicts, sets and
-      other mappings.  Python has never made guarantees about this ordering
+      Changing hash values affects the iteration order of sets.
+      Python has never made guarantees about this ordering
       (and it typically varies between 32-bit and 64-bit builds).
 
       See also :envvar:`PYTHONHASHSEED`.
-- 
2.40.0