We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c718e0 commit 24ebaf6Copy full SHA for 24ebaf6
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