#9204: remove mentions of removed types in the types module.
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 @@
 .. 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)