#9204: remove mentions of removed types in the types module.

This commit is contained in:
Georg Brandl 2010-10-17 10:59:41 +00:00
parent 418cc73403
commit 2aff335c36
10 changed files with 15 additions and 29 deletions

View file

@ -8,10 +8,8 @@ Slice Objects
.. c:var:: PyTypeObject PySlice_Type
.. index:: single: SliceType (in module types)
The type object for slice objects. This is the same as ``slice`` and
``types.SliceType``.
The type object for slice objects. This is the same as :class:`slice` in the
Python layer.
.. c:function:: int PySlice_Check(PyObject *ob)