mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
docs: Don't use code formatting for emphasis (GH-30519)
This commit is contained in:
parent
ab014978ae
commit
badb637c8c
1 changed files with 1 additions and 1 deletions
|
@ -884,7 +884,7 @@ zero or more normal arguments may occur. ::
|
||||||
file.write(separator.join(args))
|
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
|
parameters, because they scoop up all remaining input arguments that are
|
||||||
passed to the function. Any formal parameters which occur after the ``*args``
|
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
|
parameter are 'keyword-only' arguments, meaning that they can only be used as
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue