Skip to content

Commit 7b192dc

Browse files
authored
Spec: add paramspec reference to link from PEP 612 (#1566)
1 parent a44d415 commit 7b192dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/spec/generics.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,8 @@ while the following is prohibited::
589589
def bad_func(x: B_co) -> B_co: # Flagged as error by a type checker
590590
...
591591

592+
.. _`paramspec`:
593+
592594
ParamSpec
593595
---------
594596

0 commit comments

Comments
 (0)