Skip to content

Commit 8cec3d3

Browse files
authored
gh-141004: fix versionadded typo for Py_HASH_SIPHASH13 (#141223)
1 parent c178512 commit 8cec3d3

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
@@ -40,7 +40,7 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
4040
.. versionadded:: 3.4
4141
Add :c:macro:`!Py_HASH_FNV` and :c:macro:`!Py_HASH_SIPHASH24`.
4242

43-
.. versionadded:: 3.13
43+
.. versionadded:: 3.11
4444
Add :c:macro:`!Py_HASH_SIPHASH13`.
4545

4646

0 commit comments

Comments
 (0)