Skip to content

Commit 3fba4b9

Browse files
committed
Reflect spec update
1 parent 4835e7b commit 3fba4b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0821.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ The :ref:`typing specification <typing:callable>` states:
2828

2929
"Parameters specified using Callable are assumed to be positional-only.
3030
The Callable form provides no way to specify keyword-only parameters,
31-
variadic parameters, or default argument values. For these use cases,
32-
see the section on Callback protocols."
31+
or default argument values. For these use cases, see the section on Callback
32+
protocols."
3333

3434
This limitation makes it cumbersome to declare callables meant to be invoked
3535
with keyword arguments. The existing solution is to define a ``Protocol``::

0 commit comments

Comments
 (0)