8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b80a37 commit be34cb2Copy full SHA for be34cb2
Doc/reference/datamodel.rst
@@ -1452,8 +1452,8 @@ Basic customization
1452
dict insertion, O(n^2) complexity. See
1453
http://www.ocert.org/advisories/ocert-2011-003.html for details.
1454
1455
- Changing hash values affects the iteration order of dicts, sets and< 596D /span>
1456
- 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
1457
(and it typically varies between 32-bit and 64-bit builds).
1458
1459
See also :envvar:`PYTHONHASHSEED`.
0 commit comments