Skip to content

Commit d76ff72

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

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
@@ -164,7 +164,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
164164
(if present) to convert it to a :c:type:`PyLongObject`.
165165
166166
Raise :exc:`OverflowError` if the value of *obj* is out of range for a
167-
:c:type:`long`.
167+
:c:type:`long long`.
168168
169169
Returns ``-1`` on error. Use :c:func:`PyErr_Occurred` to disambiguate.
170170

0 commit comments

Comments
 (0)