Thanks to visit codestin.com Credit goes to github.com
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 7b4e0dc commit 4bba1a2Copy full SHA for 4bba1a2
1 file changed
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