Thanks to visit codestin.com Credit goes to github.com
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 c2ccac7 commit a48e0ebCopy full SHA for a48e0eb
1 file changed
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
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