From: Benjamin Peterson Date: Thu, 13 May 2010 21:14:10 +0000 (+0000) Subject: rip out mention of types.ListType #8703 X-Git-Tag: v2.7rc1~159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c72b4e931545afb4f5793b0ca62aae6cf0fa80c;p=thirdparty%2FPython%2Fcpython.git rip out mention of types.ListType #8703 --- diff --git a/Doc/c-api/list.rst b/Doc/c-api/list.rst index ebbab13b92fe..242b4e6e6c4c 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)