https://github.com/python/cpython/commit/8cec3d3a9d827aadc7008ab4312121fcf28329c6
commit: 8cec3d3a9d827aadc7008ab4312121fcf28329c6
branch: main
author: Bénédikt Tran <[email protected]>
committer: picnixz <[email protected]>
date: 2025-11-08T09:10:27Z
summary:
gh-141004: fix `versionadded` typo for `Py_HASH_SIPHASH13` (#141223)
files:
M Doc/c-api/hash.rst
diff --git a/Doc/c-api/hash.rst b/Doc/c-api/hash.rst
index e74f5b4d18ebe1..ecd604c81bcc02 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`.
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]