From 2a822cecae94eef85c8fb4bcc5f634183f8aef9c Mon Sep 17 00:00:00 2001 From: Daniel Sperber Date: Sat, 31 Jan 2026 13:16:54 +0100 Subject: [PATCH] Fix typo --- docs/spec/callables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/callables.rst b/docs/spec/callables.rst index a6e4549d..a4028aae 100644 --- a/docs/spec/callables.rst +++ b/docs/spec/callables.rst @@ -536,7 +536,7 @@ to be :term:`consistent` with any input parameters:: f4: CallbackWithStr[...] = cb # Error -Variadic positional parameter types can be defined with with an unpacked tuple +Variadic positional parameter types can be defined with an unpacked tuple of the form ``*tuple[int, ...]`` in the parameter list. The first argument specifies the type of the variadic parameters. For example, the following defines a callable that accepts any number of integer