Skip to content

Commit 198eb1f

Browse files
authored
Correct "Annotating callable objects" additional
1 parent 44838e5 commit 198eb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ parameter types are dependent on each other using :class:`ParamSpec`.
279279
Additionally, if that callable adds or removes arguments from other
280280
callables, the :data:`Concatenate` operator may be used. They
281281
take the form ``Callable[ParamSpecVariable, ReturnType]`` and
282-
``Callable[Concatenate[Param1Type, Arg2Type, ..., ParamSpecVariable], ReturnType]``
282+
``Callable[Concatenate[Param1Type, Param2Type, ..., ParamSpecVariable], ReturnType]``
283283
respectively.
284284

285285
.. versionchanged:: 3.10

0 commit comments

Comments
 (0)