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 16e7648 commit b9c365eCopy full SHA for b9c365e
docs/reference/generics.rst
@@ -665,7 +665,7 @@ for a more faithful type annotation:
665
.. note::
666
667
To use this feature on Python versions earlier than 3.10, you will need to
668
- import ``ParamSpec`` from ``typing_extensions``.
+ import ``ParamSpec`` and ``Concatenate`` from ``typing_extensions``.
669
670
Parameter specifications also allow you to describe decorators that
671
alter the signature of the input function:
0 commit comments