Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 23b3576

Browse filesBrowse files
andresdelfinoSeth Sims
authored and
Seth Sims
committed
[doc] Add link to Generic in typing (pythonGH-22125)
1 parent 9267383 commit 23b3576
Copy full SHA for 23b3576

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Doc/library/typing.rst

Copy file name to clipboardExpand all lines: Doc/library/typing.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ These are not used in annotations. They are building blocks for creating generic
818818

819819
Type variables exist primarily for the benefit of static type
820820
checkers. They serve as the parameters for generic types as well
821-
as for generic function definitions. See class Generic for more
821+
as for generic function definitions. See :class:`Generic` for more
822822
information on generic types. Generic functions work as follows::
823823

824824
def repeat(x: T, n: int) -> Sequence[T]:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.