We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d3a3c commit d76ff72Copy full SHA for d76ff72
Doc/c-api/long.rst
@@ -164,7 +164,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
164
(if present) to convert it to a :c:type:`PyLongObject`.
165
166
Raise :exc:`OverflowError` if the value of *obj* is out of range for a
167
- :c:type:`long`.
+ :c:type:`long long`.
168
169
Returns ``-1`` on error. Use :c:func:`PyErr_Occurred` to disambiguate.
170
0 commit comments