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 736f9ec commit a01c536Copy full SHA for a01c536
docs/spec/generics.rst
@@ -1329,7 +1329,7 @@ unnecessary ``TypeVarTuple``:
1329
process_batch_channels(z) # Error: Expected Channels.
1330
1331
1332
-We can also pass a ``*tuple[int, ...]`` wherever a ``*Ts`` is
+We can also pass a ``*tuple[Any, ...]`` wherever a ``*Ts`` is
1333
expected. This is useful when we have particularly dynamic code and
1334
cannot state the precise number of dimensions or the precise types for
1335
each of the dimensions. In those cases, we can smoothly fall back to
0 commit comments