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 3d9f45c commit 9e1db9dCopy full SHA for 9e1db9d
1 file changed
pep-0646.rst
@@ -360,7 +360,7 @@ parameterised with the same types.
360
foo((0,), (1, 2)) # Error
361
foo((0,), ('1',)) # Error
362
363
-Following `Type Variable Tuples Must Have Finite Length When Bound`, note
+Following `Type Variable Tuples Must Have Known Length`_, note
364
that the following should *not* type-check as valid (even though it is, of
365
course, valid at runtime):
366
0 commit comments