docs: Don't use code formatting for emphasis (GH-30519)

(cherry picked from commit badb637c8c)

Co-authored-by: William Andrea <william.j.andrea@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-03-07 20:35:54 -08:00 committed by GitHub
parent 0c718e02f6
commit 24ebaf6323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -710,7 +710,7 @@ zero or more normal arguments may occur. ::
file.write(separator.join(args))
Normally, these ``variadic`` arguments will be last in the list of formal
Normally, these *variadic* arguments will be last in the list of formal
parameters, because they scoop up all remaining input arguments that are
passed to the function. Any formal parameters which occur after the ``*args``
parameter are 'keyword-only' arguments, meaning that they can only be used as