Skip to content

Commit a48e0eb

Browse files
wimglennmethane
authored andcommitted
Fix outdated info in datamodel about dicts (GH-9807)
1 parent c2ccac7 commit a48e0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/reference/datamodel.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1452,8 +1452,8 @@ Basic customization
14521452
dict insertion, O(n^2) complexity. See
14531453
http://www.ocert.org/advisories/ocert-2011-003.html for details.
14541454

1455-
Changing hash values affects the iteration order of dicts, sets and
1456-
other mappings. Python has never made guarantees about this ordering
1455+
Changing hash values affects the iteration order of sets.
1456+
Python has never made guarantees about this ordering
14571457
(and it typically varies between 32-bit and 64-bit builds).
14581458

14591459
See also :envvar:`PYTHONHASHSEED`.

0 commit comments

Comments
 (0)