We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab01497 commit badb637Copy full SHA for badb637
Doc/tutorial/controlflow.rst
@@ -884,7 +884,7 @@ zero or more normal arguments may occur. ::
884
file.write(separator.join(args))
885
886
887
-Normally, these ``variadic`` arguments will be last in the list of formal
+Normally, these *variadic* arguments will be last in the list of formal
888
parameters, because they scoop up all remaining input arguments that are
889
passed to the function. Any formal parameters which occur after the ``*args``
890
parameter are 'keyword-only' arguments, meaning that they can only be used as
0 commit comments