From: Bénédikt Tran <10796600+picnixz@users.noreply.github.com> Date: Sat, 8 Nov 2025 09:10:27 +0000 (+0100) Subject: gh-141004: fix `versionadded` typo for `Py_HASH_SIPHASH13` (#141223) X-Git-Tag: v3.15.0a2~161 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cec3d3a9d827aadc7008ab4312121fcf28329c6;p=thirdparty%2FPython%2Fcpython.git gh-141004: fix `versionadded` typo for `Py_HASH_SIPHASH13` (#141223) --- diff --git a/Doc/c-api/hash.rst b/Doc/c-api/hash.rst index e74f5b4d18eb..ecd604c81bcc 100644 --- a/Doc/c-api/hash.rst +++ b/Doc/c-api/hash.rst @@ -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`.