rip out mention of types.ListType #8703

This commit is contained in:
Benjamin Peterson 2010-05-13 21:14:10 +00:00
parent 8652f2e83e
commit 8c72b4e931
1 changed files with 2 additions and 5 deletions

View File

@ -15,11 +15,8 @@ List Objects
.. cvar:: PyTypeObject PyList_Type
.. index:: single: ListType (in module types)
This instance of :ctype:`PyTypeObject` represents the Python list type.
This is the same object as ``list`` and ``types.ListType`` in the Python
layer.
This instance of :ctype:`PyTypeObject` represents the Python list type. This
is the same object as ``list`` in the Python layer.
.. cfunction:: int PyList_Check(PyObject *p)