We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9308173 commit 335eb57Copy full SHA for 335eb57
Doc/library/typing.rst
@@ -821,7 +821,7 @@ These are not used in annotations. They are building blocks for creating generic
821
822
Type variables exist primarily for the benefit of static type
823
checkers. They serve as the parameters for generic types as well
824
- as for generic function definitions. See class Generic for more
+ as for generic function definitions. See :class:`Generic` for more
825
information on generic types. Generic functions work as follows::
826
827
def repeat(x: T, n: int) -> Sequence[T]:
0 commit comments