mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[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:
parent
f3d3b2d5c5
commit
5d2b9c9fe4
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))
|
||||
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue