Skip to content

Commit 11dfa0e

Browse files
committed
Remove notion about variadics completely
1 parent 311c7ff commit 11dfa0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/callables.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ a function within a type expression. The syntax is
453453

454454
Parameters specified using ``Callable`` are assumed to be positional-only.
455455
The ``Callable`` form provides no way to specify keyword-only parameters,
456-
variadic keyword-only parameters, or default argument values. For these use
457-
cases, see the section on `Callback protocols`_.
456+
or default argument values. For these use cases, see the section on
457+
`Callback protocols`_.
458458

459459
Meaning of ``...`` in ``Callable``
460460
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)