#9204: remove mentions of removed types in the types module.
diff --git a/Doc/c-api/float.rst b/Doc/c-api/float.rst
index 5fb8a1c..757efd3 100644
--- a/Doc/c-api/float.rst
+++ b/Doc/c-api/float.rst
@@ -15,10 +15,8 @@
 
 .. c:var:: PyTypeObject PyFloat_Type
 
-   .. index:: single: FloatType (in modules types)
-
    This instance of :c:type:`PyTypeObject` represents the Python floating point
-   type.  This is the same object as ``float`` and ``types.FloatType``.
+   type.  This is the same object as :class:`float` in the Python layer.
 
 
 .. c:function:: int PyFloat_Check(PyObject *p)