]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
PyLong_AsLongLong() docs should say 'long long' (#18082)
authorKeith Erskine <toastie604@gmail.com>
Tue, 21 Jan 2020 19:14:13 +0000 (13:14 -0600)
committerMark Dickinson <mdickinson@enthought.com>
Tue, 21 Jan 2020 19:14:13 +0000 (19:14 +0000)
Doc/c-api/long.rst

index c3601045920780864fc1bdce726542dff395ca9a..c5c2aa60dcc35c1d2baf98417fdf5dbc80d2ad24 100644 (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.