Skip to content

Commit f9a4442

Browse files
committed
Merged revisions 81145 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81145 | benjamin.peterson | 2010-05-13 16:14:10 -0500 (Thu, 13 May 2010) | 1 line rip out mention of types.ListType python#8703 ........
1 parent 8e0bdfd commit f9a4442

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Doc/c-api/list.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ List Objects
1515

1616
.. cvar:: PyTypeObject PyList_Type
1717

18-
.. index:: single: ListType (in module types)
19-
20-
This instance of :ctype:`PyTypeObject` represents the Python list type.
21-
This is the same object as ``list`` and ``types.ListType`` in the Python
22-
layer.
18+
This instance of :ctype:`PyTypeObject` represents the Python list type. This
19+
is the same object as ``list`` in the Python layer.
2320

2421

2522
.. cfunction:: int PyList_Check(PyObject *p)

0 commit comments

Comments
 (0)