[3.10] docs: Don't use code formatting for emphasis (GH-30519) (GH-31764)

(cherry picked from commit badb637c8c)

Co-authored-by: William Andrea <william.j.andrea@gmail.com>
This commit is contained in:
Jelle Zijlstra 2022-03-08 07:42:54 -08:00 committed by GitHub
parent f3d3b2d5c5
commit 5d2b9c9fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -884,7 +884,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