mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38: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
|
|
@ -15,10 +15,8 @@ Tuple Objects
|
|||
|
||||
.. c:var:: PyTypeObject PyTuple_Type
|
||||
|
||||
.. index:: single: TupleType (in module types)
|
||||
|
||||
This instance of :c:type:`PyTypeObject` represents the Python tuple type; it is
|
||||
the same object as ``tuple`` and ``types.TupleType`` in the Python layer..
|
||||
This instance of :c:type:`PyTypeObject` represents the Python tuple type; it
|
||||
is the same object as :class:`tuple` in the Python layer.
|
||||
|
||||
|
||||
.. c:function:: int PyTuple_Check(PyObject *p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue