Skip to content

Commit 41b3e87

Browse files
miss-islingtonkeitherskine
authored andcommitted
PyLong_AsLongLong() docs should say 'long long' (GH-18082) (GH-18110)
(cherry picked from commit 47be7d0) Co-authored-by: Keith Erskine <[email protected]> Co-authored-by: Keith Erskine <[email protected]>
1 parent f4e3e1c commit 41b3e87

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
@@ -179,7 +179,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
179179
:c:type:`PyLongObject`.
180180
181181
Raise :exc:`OverflowError` if the value of *obj* is out of range for a
182-
:c:type:`long`.
182+
:c:type:`long long`.
183183
184184
Returns ``-1`` on error. Use :c:func:`PyErr_Occurred` to disambiguate.
185185

0 commit comments

Comments
 (0)