PyLong_AsLongLong() docs should say 'long long' (GH-18082) (#18109)

(cherry picked from commit 47be7d0108)

Co-authored-by: Keith Erskine <toastie604@gmail.com>

Co-authored-by: Keith Erskine <toastie604@gmail.com>
This commit is contained in:
Miss Islington (bot) 2020-01-21 11:21:41 -08:00 committed by Mark Dickinson
parent f3d3a3cc11
commit d76ff72b4d
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ distinguished from a number. Use :c:func:`PyErr_Occurred` to disambiguate.
(if present) to convert it to a :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.