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 f7d050a..25a13e9 100644 --- a/Doc/c-api/list.rst +++ b/Doc/c-api/list.rst @@ -15,8 +15,8 @@ List Objects .. c:var:: PyTypeObject PyList_Type - This instance of :c:type:`PyTypeObject` represents the Python list type. This - is the same object as ``list`` in the Python layer. + This instance of :c:type:`PyTypeObject` represents the Python list type. + This is the same object as :class:`list` in the Python layer. .. c:function:: int PyList_Check(PyObject *p) |