#9204: remove mentions of removed types in the types module.
diff --git a/Doc/c-api/bytearray.rst b/Doc/c-api/bytearray.rst
index 61b29ff..95ded96 100644
--- a/Doc/c-api/bytearray.rst
+++ b/Doc/c-api/bytearray.rst
@@ -16,7 +16,8 @@
 .. c:var:: PyTypeObject PyByteArray_Type
 
    This instance of :c:type:`PyTypeObject` represents the Python bytearray type;
-   it is the same object as ``bytearray`` in the Python layer.
+   it is the same object as :class:`bytearray` in the Python layer.
+
 
 Type check macros
 ^^^^^^^^^^^^^^^^^