]> granicus.if.org Git - python/commitdiff
Fix outdated info in datamodel about dicts (GH-9807)
authorwim glenn <wim.glenn@gmail.com>
Fri, 16 Nov 2018 11:58:19 +0000 (05:58 -0600)
committerINADA Naoki <methane@users.noreply.github.com>
Fri, 16 Nov 2018 11:58:19 +0000 (20:58 +0900)
Doc/reference/datamodel.rst

index 79fde4bdc792b84467d973c6807fdff39bee7255..7e2d2e66cac80d0a9254bed188867d0038f195ae 100644 (file)
@@ -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`.