Skip to content

Commit 5d2b9c9

Browse files
[3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764)
(cherry picked from commit badb637) Co-authored-by: William Andrea <william.j.andrea@gmail.com>
1 parent f3d3b2d commit 5d2b9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/controlflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ zero or more normal arguments may occur. ::
884884
file.write(separator.join(args))
885885

886886

887-
Normally, these ``variadic`` arguments will be last in the list of formal
887+
Normally, these *variadic* arguments will be last in the list of formal
888888
parameters, because they scoop up all remaining input arguments that are
889889
passed to the function. Any formal parameters which occur after the ``*args``
890890
parameter are 'keyword-only' arguments, meaning that they can only be used as

0 commit comments

Comments
 (0)