Skip to content

Commit b9c365e

Browse files
smheidrichsrittau
andauthored
Mention Concatenate in ParamSpec < 3.10 infobox
Co-authored-by: Sebastian Rittau <[email protected]>
1 parent 16e7648 commit b9c365e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/generics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ for a more faithful type annotation:
665665
.. note::
666666

667667
To use this feature on Python versions earlier than 3.10, you will need to
668-
import ``ParamSpec`` from ``typing_extensions``.
668+
import ``ParamSpec`` and ``Concatenate`` from ``typing_extensions``.
669669

670670
Parameter specifications also allow you to describe decorators that
671671
alter the signature of the input function:

0 commit comments

Comments
 (0)