mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
#9204: remove mentions of removed types in the types module.
This commit is contained in:
parent
418cc73403
commit
2aff335c36
10 changed files with 15 additions and 29 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue