]> granicus.if.org Git - python/commitdiff
rip out mention of types.ListType #8703
authorBenjamin Peterson <benjamin@python.org>
Thu, 13 May 2010 21:14:10 +0000 (21:14 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 13 May 2010 21:14:10 +0000 (21:14 +0000)
Doc/c-api/list.rst

index ebbab13b92fef952f0b2a8a3cafc9419715f7e52..242b4e6e6c4c7935f012ee37da0df3574a08cd6b 100644 (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)