Skip to content

Commit

Permalink
Fix silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rchen152 committed Nov 1, 2024
1 parent 1405f01 commit 5b20247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/generics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ Type checkers may warn when the type variable order is inconsistent::

from typing import Generic, TypeVar

T1 = TypeVar('T2')
T1 = TypeVar('T1')
T2 = TypeVar('T2')
T3 = TypeVar('T3')

Expand Down

0 comments on commit 5b20247

Please sign in to comment.