Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
AlexWaygood authored Jun 6, 2023
commit 86ca042e0807ff7ec418b4e17c49ee450638a6a8
2 changes: 0 additions & 2 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2250,8 +2250,6 @@ Corresponding to built-in types
to use an abstract collection type such as :class:`Sequence` or
:class:`Iterable` rather than to use :class:`list` or :class:`!typing.List`.

This type may be used as follows:

This type may be used as follows::

def vec2[T: (int, float)](x: T, y: T) -> List[T]:
Expand Down