Skip to content

Commit db8f823

Browse files
committed
typo
1 parent 32173a9 commit db8f823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/hash.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
5050
instead of the algorithm described by :c:macro:`Py_HASH_ALGORITHM`.
5151

5252
- 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.
53+
- :c:macro:`!Py_HASH_CUTOFF` must be non-negative and less or equal than 7.
5454

5555
32-bit platforms should use a cutoff smaller than 64-bit platforms because
5656
it is easier to create colliding strings. A cutoff of 7 on 64-bit platforms

0 commit comments

Comments
 (0)