Skip to content

Commit badb637

Browse files
authored
docs: Don't use code formatting for emphasis (GH-30519)
1 parent ab01497 commit badb637

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)