https://github.com/python/cpython/commit/4bba1a294b88bad8865d61a6e58e7909136544eb
commit: 4bba1a294b88bad8865d61a6e58e7909136544eb
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-09-11T12:15:06+03:00
summary:

[3.14] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137642)

Co-authored-by: da-woods <[email protected]>

files:
M Doc/c-api/hash.rst

diff --git a/Doc/c-api/hash.rst b/Doc/c-api/hash.rst
index 00f8cb887dc7eb..b5fe93573a1456 100644
--- a/Doc/c-api/hash.rst
+++ b/Doc/c-api/hash.rst
@@ -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.
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to