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 9a3d1f1..9f8e3c5 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. .. cvar:: PyTypeObject PyLong_Type This instance of :ctype:`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. .. cfunction:: int PyLong_Check(PyObject *p) |