Skip to content

Commit d975b23

Browse files
leo-durJukkaL
authored andcommitted
doc: fix import (#2252)
1 parent c7ef72d commit d975b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/generics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ example we use the same type variable in two generic functions:
112112

113113
.. code-block:: python
114114
115-
from typing TypeVar, Sequence
115+
from typing import TypeVar, Sequence
116116
117117
T = TypeVar('T') # Declare type variable
118118

0 commit comments

Comments
 (0)