#9204: remove mentions of removed types in the types module.
diff --git a/Doc/c-api/bytes.rst b/Doc/c-api/bytes.rst
index b7d57fa..12ec80c 100644
--- a/Doc/c-api/bytes.rst
+++ b/Doc/c-api/bytes.rst
@@ -18,10 +18,8 @@
 
 .. c:var:: PyTypeObject PyBytes_Type
 
-   .. index:: single: BytesType (in module types)
-
    This instance of :c:type:`PyTypeObject` represents the Python bytes type; it
-   is the same object as ``bytes`` in the Python layer. .
+   is the same object as :class:`bytes` in the Python layer.
 
 
 .. c:function:: int PyBytes_Check(PyObject *o)