Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9d765bd

Browse files
committed
Merged revisions 81146 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ................ r81146 | benjamin.peterson | 2010-05-13 16:16:51 -0500 (Thu, 13 May 2010) | 9 lines Merged revisions 81145 via svnmerge from svn+ssh://[email protected]/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 ........ ................
1 parent 1964050 commit 9d765bd

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

Doc/c-api/list.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,8 @@ List Objects
1515

1616
.. cvar:: PyTypeObject PyList_Type
1717

18-
.. index:: single: ListType (in module types)
19-
20-
This instance of :ctype:`PyTypeObject` represents the Python list type.
21-
This is the same object as ``list`` and ``types.ListType`` in the Python
22-
layer.
18+
This instance of :ctype:`PyTypeObject` represents the Python list type. This
19+
is the same object as ``list`` in the Python layer.
2320

2421

2522
.. cfunction:: int PyList_Check(PyObject *p)

0 commit comments

Comments
 (0)