We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11dfa0e commit 747db02Copy full SHA for 747db02
docs/spec/callables.rst
@@ -538,8 +538,8 @@ to be :term:`consistent` with any input parameters::
538
539
Variadic positional parameter types can be defined with ``...`` in combination
540
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::
+specifies the type of the variadic parameters. For example, the following
+defines a callable that accepts any number of integer arguments::
543
544
type VarCallback = Callable[[*tuple[int, ...]], None]
545
0 commit comments