We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320ebf5 commit 6bfa12fCopy full SHA for 6bfa12f
Doc/tutorial/controlflow.rst
@@ -710,7 +710,7 @@ zero or more normal arguments may occur. ::
710
file.write(separator.join(args))
711
712
713
-Normally, these ``variadic`` arguments will be last in the list of formal
+Normally, these *variadic* arguments will be last in the list of formal
714
parameters, because they scoop up all remaining input arguments that are
715
passed to the function. Any formal parameters which occur after the ``*args``
716
parameter are 'keyword-only' arguments, meaning that they can only be used as
0 commit comments