diff options
Diffstat (limited to 'Doc/c-api/list.rst')
-rw-r--r-- | Doc/c-api/list.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/list.rst b/Doc/c-api/list.rst index 89f0f9d..dba0f81 100644 --- a/Doc/c-api/list.rst +++ b/Doc/c-api/list.rst @@ -15,8 +15,8 @@ List Objects .. cvar:: PyTypeObject PyList_Type - This instance of :ctype:`PyTypeObject` represents the Python list type. This - is the same object as ``list`` in the Python layer. + This instance of :ctype:`PyTypeObject` represents the Python list type. + This is the same object as :class:`list` in the Python layer. .. cfunction:: int PyList_Check(PyObject *p) |