From fa3821d4b68d5718b0ea9563f4e7a49defa6a468 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 17 Oct 2010 10:59:41 +0000 Subject: #9204: remove mentions of removed types in the types module. --- Doc/c-api/complex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/c-api/complex.rst') 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) -- cgit v1.2.1