mirror of
https://github.com/python/cpython.git
synced 2025-10-31 21:51:50 +00:00
Fix documentation of hash in PyHash_FuncDef (#137595)
Because of a small typo, it wasn't showing up in the generated docs.
This commit is contained in:
parent
1bde13b0e9
commit
70218b4008
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