summaryrefslogtreecommitdiff
path: root/Doc/c-api/complex.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-17 10:59:41 +0000
committerGeorg Brandl <georg@python.org>2010-10-17 10:59:41 +0000
commitfa3821d4b68d5718b0ea9563f4e7a49defa6a468 (patch)
treedebefb245c63e35b326709420230518208feeb9f /Doc/c-api/complex.rst
parentaecf30fec18dcb971cca8fd349384105c0b4da92 (diff)
downloadcpython-fa3821d4b68d5718b0ea9563f4e7a49defa6a468.tar.gz
#9204: remove mentions of removed types in the types module.
Diffstat (limited to 'Doc/c-api/complex.rst')
-rw-r--r--Doc/c-api/complex.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/complex.rst b/Doc/c-api/complex.rst
index c66587afe2..43dfe56c28 100644
--- a/Doc/c-api/complex.rst
+++ b/Doc/c-api/complex.rst
@@ -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)