From: Benjamin Peterson Date: Thu, 13 May 2010 21:16:51 +0000 (+0000) Subject: Merged revisions 81145 via svnmerge from X-Git-Tag: v3.2a1~818 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9a444223cdd53c6daa6dedea3d956d32174ec8f;p=python 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 #8703 ........ --- diff --git a/Doc/c-api/list.rst b/Doc/c-api/list.rst index c76644a008..89f0f9d396 100644 --- a/Doc/c-api/list.rst +++ b/Doc/c-api/list.rst @@ -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)