Commit 8c72b4e9 authored by Benjamin Peterson's avatar Benjamin Peterson

rip out mention of types.ListType #8703

parent 8652f2e8
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment