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

This commit is contained in:
William Andrea 2022-03-07 23:14:47 -05:00 committed by GitHub
parent ab014978ae
commit badb637c8c
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