diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 6d398eae29326f..a7c5143b3d4d3d 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -59,7 +59,12 @@ Relevant PEPs
Since the initial introduction of type hints in :pep:`484` and :pep:`483`, a
number of PEPs have modified and enhanced Python's framework for type
-annotations. These include:
+annotations:
+
+.. raw:: html
+
+
+ The full list of PEPs
* :pep:`526`: Syntax for Variable Annotations
*Introducing* syntax for annotating variables outside of function
@@ -99,6 +104,11 @@ annotations. These include:
* :pep:`681`: Data Class Transforms
*Introducing* the :func:`@dataclass_transform` decorator
+.. raw:: html
+
+
+
+
.. _type-aliases:
Type aliases