Skip to content

Commit 24ebaf6

Browse files
docs: Don't use code formatting for emphasis (GH-30519)
(cherry picked from commit badb637) Co-authored-by: William Andrea <[email protected]>
1 parent 0c718e0 commit 24ebaf6

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
@@ -710,7 +710,7 @@ zero or more normal arguments may occur. ::
710710
file.write(separator.join(args))
711711

712712

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

0 commit comments

Comments
 (0)