]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-141004: fix `versionadded` typo for `Py_HASH_SIPHASH13` (#141223)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Sat, 8 Nov 2025 09:10:27 +0000 (10:10 +0100)
committerGitHub <noreply@github.com>
Sat, 8 Nov 2025 09:10:27 +0000 (09:10 +0000)
Doc/c-api/hash.rst

index e74f5b4d18ebe1ac340384115686f85669c49d1e..ecd604c81bcc023902d3a1fd62b921d505684d29 100644 (file)
@@ -40,7 +40,7 @@ See also the :c:member:`PyTypeObject.tp_hash` member and :ref:`numeric-hash`.
    .. versionadded:: 3.4
       Add :c:macro:`!Py_HASH_FNV` and :c:macro:`!Py_HASH_SIPHASH24`.
 
-   .. versionadded:: 3.13
+   .. versionadded:: 3.11
       Add :c:macro:`!Py_HASH_SIPHASH13`.