Skip to content

Commit

Permalink
Add paramspec ref to link from PEP 612
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jan 9, 2024
1 parent d427993 commit 0337861
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/spec/generics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,8 @@ while the following is prohibited::
def bad_func(x: B_co) -> B_co: # Flagged as error by a type checker
...

.. _`paramspec`:

ParamSpec
---------

Expand Down

0 comments on commit 0337861

Please sign in to comment.