summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/abstract.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/c-api/abstract.rst')
-rw-r--r--Doc/c-api/abstract.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/abstract.rst b/Doc/c-api/abstract.rst
index 6953775..c616561 100644
--- a/Doc/c-api/abstract.rst
+++ b/Doc/c-api/abstract.rst
@@ -583,7 +583,7 @@ Number Protocol
.. index:: builtin: long
- Returns the *o* converted to a long integer object on success, or *NULL* on
+ Returns the *o* converted to an integer object on success, or *NULL* on
failure. This is the equivalent of the Python expression ``long(o)``.