summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-05-13 21:16:53 +0000
committerBenjamin Peterson <benjamin@python.org>2010-05-13 21:16:53 +0000
commitbe6f08650266c9dcb6fbca427cbbb464e7882feb (patch)
tree489d5911b575334322c206cad505d5ff0f0d40c1
parent3c7f430f153273b489a3e09f7137589dc547e9ca (diff)
downloadcpython-git-be6f08650266c9dcb6fbca427cbbb464e7882feb.tar.gz
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 ........
-rw-r--r--Doc/c-api/list.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/c-api/list.rst b/Doc/c-api/list.rst
index ebbab13b92..242b4e6e6c 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)