Skip to content

Commit 747db02

Browse files
committed
_
1 parent 11dfa0e commit 747db02

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
@@ -538,8 +538,8 @@ to be :term:`consistent` with any input parameters::
538538

539539
Variadic positional parameter types can be defined with ``...`` in combination
540540
with an unpacked tuple of the form ``tuple[int, ...]``. The first argument
541-
specifies the type of the variadic parameters. For example, the
542-
following defines a callable that accepts any amount of integer arguments::
541+
specifies the type of the variadic parameters. For example, the following
542+
defines a callable that accepts any number of integer arguments::
543543

544544
type VarCallback = Callable[[*tuple[int, ...]], None]
545545

0 commit comments

Comments
 (0)