]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137642)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 11 Sep 2025 09:15:06 +0000 (11:15 +0200)
committerGitHub <noreply@github.com>
Thu, 11 Sep 2025 09:15:06 +0000 (12:15 +0300)
Co-authored-by: da-woods <dw-git@d-woods.co.uk>
Doc/c-api/hash.rst

index 00f8cb887dc7ebfb0634b32efac02098355bcf5c..b5fe93573a14562439a7aa5228c4cc875e8bb67b 100644 (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.