diff --git a/docs/spec/generics.rst b/docs/spec/generics.rst index 4e502603..59b684c9 100644 --- a/docs/spec/generics.rst +++ b/docs/spec/generics.rst @@ -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 ---------