mirror of
https://github.com/python/cpython.git
synced 2026-01-07 07:52:29 +00:00
[3.13] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137643)
Fix documentation of hash in PyHash_FuncDef (GH-137595)
Because of a small typo, it wasn't showing up in the generated docs.
(cherry picked from commit 70218b4008)
Co-authored-by: da-woods <dw-git@d-woods.co.uk>
This commit is contained in:
parent
23b7a95f41
commit
0c8c7fb2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
|
|||
|
||||
Hash function definition used by :c:func:`PyHash_GetFuncDef`.
|
||||
|
||||
.. c::member:: Py_hash_t (*const hash)(const void *, Py_ssize_t)
|
||||
.. c:member:: Py_hash_t (*const hash)(const void *, Py_ssize_t)
|
||||
|
||||
Hash function.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue