diff options
Diffstat (limited to 'Doc/c-api/long.rst')
-rw-r--r-- | Doc/c-api/long.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/long.rst b/Doc/c-api/long.rst index 6ae1fb6..b2295e0 100644 --- a/Doc/c-api/long.rst +++ b/Doc/c-api/long.rst @@ -18,7 +18,7 @@ All integers are implemented as "long" integer objects of arbitrary size. .. c:var:: PyTypeObject PyLong_Type This instance of :c:type:`PyTypeObject` represents the Python integer type. - This is the same object as ``int``. + This is the same object as :class:`int` in the Python layer. .. c:function:: int PyLong_Check(PyObject *p) |