Skip to content

Commit 9e1db9d

Browse files
committed
PEP 646: Fix link
1 parent 3d9f45c commit 9e1db9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pep-0646.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ parameterised with the same types.
360360
foo((0,), (1, 2)) # Error
361361
foo((0,), ('1',)) # Error
362362

363-
Following `Type Variable Tuples Must Have Finite Length When Bound`, note
363+
Following `Type Variable Tuples Must Have Known Length`_, note
364364
that the following should *not* type-check as valid (even though it is, of
365365
course, valid at runtime):
366366

0 commit comments

Comments
 (0)