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 32173a9 commit db8f823Copy full SHA for db8f823
Doc/c-api/hash.rst
@@ -50,7 +50,7 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
50
instead of the algorithm described by :c:macro:`Py_HASH_ALGORITHM`.
51
52
- A :c:macro:`!Py_HASH_CUTOFF` of 0 disables the optimization.
53
- - :c:macro:`!Py_HASH_CUTOFF` must non-negative and less or equal than 7.
+ - :c:macro:`!Py_HASH_CUTOFF` must be non-negative and less or equal than 7.
54
55
32-bit platforms should use a cutoff smaller than 64-bit platforms because
56
it is easier to create colliding strings. A cutoff of 7 on 64-bit platforms
0 commit comments