Skip to content

Commit

Permalink
restore link to hashing algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Nov 15, 2023
1 parent 9fcd93e commit 0cc4ff3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/c-api/hash.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
PyHash API
----------

See also the :c:member:`PyTypeObject.tp_hash` member.
See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`
for more details about hashing of numeric types.

.. c:type:: Py_hash_t
Expand Down

0 comments on commit 0cc4ff3

Please sign in to comment.