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 f3d3b2d commit 5d2b9c9Copy full SHA for 5d2b9c9
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