Skip to content

Commit 5b20247

Browse files
committed
Fix silly typo
1 parent 1405f01 commit 5b20247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/generics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ Type checkers may warn when the type variable order is inconsistent::
477477

478478
from typing import Generic, TypeVar
479479

480-
T1 = TypeVar('T2')
480+
T1 = TypeVar('T1')
481481
T2 = TypeVar('T2')
482482
T3 = TypeVar('T3')
483483

0 commit comments

Comments
 (0)