PyLong_AsLongLong() docs should say 'long long' (GH-18082) (GH-18110)

(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:22:21 -08:00 committed by Mark Dickinson
parent f4e3e1c4d4
commit 41b3e87930
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,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.