Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit70218b4

Browse files
authored
Fix documentation of hash in PyHash_FuncDef (#137595)
Because of a small typo, it wasn't showing up in the generated docs.
1 parent1bde13b commit70218b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Doc/c-api/hash.rst‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
5151
5252
Hash function definition used by:c:func:`PyHash_GetFuncDef`.
5353

54-
..c::member:: Py_hash_t (*const hash)(const void *, Py_ssize_t)
54+
..c:member:: Py_hash_t (*const hash)(constvoid *, Py_ssize_t)
5555
5656
Hash function.
5757

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp