mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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
|
@ -82,7 +82,7 @@ Complex Numbers as Python Objects
|
|||
.. c:var:: PyTypeObject PyComplex_Type
|
||||
|
||||
This instance of :c:type:`PyTypeObject` represents the Python complex number
|
||||
type. It is the same object as ``complex`` and ``types.ComplexType``.
|
||||
type. It is the same object as :class:`complex` in the Python layer.
|
||||
|
||||
|
||||
.. c:function:: int PyComplex_Check(PyObject *p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue