summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/c-api/object.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst
index afa08c9..d0d45ad 100644
--- a/Doc/c-api/object.rst
+++ b/Doc/c-api/object.rst
@@ -258,7 +258,6 @@ is considered sufficient for this determination.
This is the equivalent of the Python expression ``hash(o)``.
.. versionchanged:: 3.2
-
The return type is now Py_hash_t. This is a signed integer the same size
as Py_ssize_t.