Skip to content

Commit 9d90d88

Browse files
committed
gh-103721: Improve cross-references for generic-alias docs
1 parent c8c3956 commit 9d90d88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/library/types.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,13 @@ Standard names are defined for the following types:
351351
.. versionchanged:: 3.9.2
352352
This type can now be subclassed.
353353

354+
.. seealso::
355+
356+
:ref:`Generic Alias Types<types-genericalias>`
357+
In-depth documentation on instances of `types.GenericAlias`
358+
359+
:pep:`585` - Type Hinting Generics In Standard Collections
360+
Introducing the `types.GenericAlias` class
354361

355362
.. class:: UnionType
356363

0 commit comments

Comments
 (0)