Skip to content

Commit 47be7d0

Browse files
keitherskinemdickinson
authored andcommitted
PyLong_AsLongLong() docs should say 'long long' (#18082)
1 parent 623ed61 commit 47be7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/long.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
177177
:c:type:`PyLongObject`.
178178
179179
Raise :exc:`OverflowError` if the value of *obj* is out of range for a
180-
:c:type:`long`.
180+
:c:type:`long long`.
181181
182182
Returns ``-1`` on error. Use :c:func:`PyErr_Occurred` to disambiguate.
183183

0 commit comments

Comments
 (0)