mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
PyLong_AsLongLong() docs should say 'long long' (#18082)
This commit is contained in:
parent
623ed6171e
commit
47be7d0108
@ -177,7 +177,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
|
||||
:c:type:`PyLongObject`.
|
||||
|
||||
Raise :exc:`OverflowError` if the value of *obj* is out of range for a
|
||||
:c:type:`long`.
|
||||
:c:type:`long long`.
|
||||
|
||||
Returns ``-1`` on error. Use :c:func:`PyErr_Occurred` to disambiguate.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user