We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bde13b commit 70218b4Copy full SHA for 70218b4
Doc/c-api/hash.rst
@@ -51,7 +51,7 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
51
52
Hash function definition used by :c:func:`PyHash_GetFuncDef`.
53
54
- .. c::member:: Py_hash_t (*const hash)(const void *, Py_ssize_t)
+ .. c:member:: Py_hash_t (*const hash)(const void *, Py_ssize_t)
55
56
Hash function.
57
0 commit comments