PyLong_AsLongLong() docs should say 'long long' (#18082)

This commit is contained in:
Keith Erskine 2020-01-21 13:14:13 -06:00 committed by Mark Dickinson
parent 623ed6171e
commit 47be7d0108

View File

@ -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.