We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3480ec commit 05147dcCopy full SHA for 05147dc
Doc/library/typing.rst
@@ -1339,7 +1339,7 @@ These are not used in annotations. They are building blocks for creating generic
1339
``Unpack[Ts]``.)
1340
1341
Type variable tuples must *always* be unpacked. This helps distinguish type
1342
- variable types from normal type variables::
+ variable tuples from normal type variables::
1343
1344
x: Ts # Not valid
1345
x: tuple[Ts] # Not valid
0 commit comments