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:
da-woods 2025-08-11 12:18:37 +01:00 committed by GitHub
parent 1bde13b0e9
commit 70218b4008
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.