#9204: remove mentions of removed types in the types module.
diff --git a/Doc/c-api/slice.rst b/Doc/c-api/slice.rst
index 5f2a05a..5f992f1 100644
--- a/Doc/c-api/slice.rst
+++ b/Doc/c-api/slice.rst
@@ -8,10 +8,8 @@
.. c:var:: PyTypeObject PySlice_Type
- .. index:: single: SliceType (in module types)
-
- The type object for slice objects. This is the same as ``slice`` and
- ``types.SliceType``.
+ The type object for slice objects. This is the same as :class:`slice` in the
+ Python layer.
.. c:function:: int PySlice_Check(PyObject *ob)