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