gh-141004: fix versionadded typo for Py_HASH_SIPHASH13 (#141223)

This commit is contained in:
Bénédikt Tran 2025-11-08 10:10:27 +01:00 committed by GitHub
parent c1785129c3
commit 8cec3d3a9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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`.