diff --git a/Doc/library/types.rst b/Doc/library/types.rst index daca0ea4318bc5..89d30156fc73a1 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -311,6 +311,13 @@ Standard names are defined for the following types: .. versionchanged:: 3.9.2 This type can now be subclassed. + .. seealso:: + + :ref:`Generic Alias Types` + In-depth documentation on instances of :class:`!types.GenericAlias` + + :pep:`585` - Type Hinting Generics In Standard Collections + Introducing the :class:`!types.GenericAlias` class .. class:: UnionType