mirror of
https://github.com/python/cpython.git
synced 2025-10-29 01:22:59 +00:00
When referring to a formal parameter from the description, use the name given
with the signature, not an ad hoc abbreviated form.
This commit is contained in:
parent
59bfe280f5
commit
0b66310476
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ def my_import(name):
|
|||
dictionary whose keys are strings. It specifies keyword arguments
|
||||
to be added to the end of the the argument list.
|
||||
Calling \function{apply()} is different from just calling
|
||||
\code{\var{func}(\var{args})}, since in that case there is always
|
||||
\code{\var{function}(\var{args})}, since in that case there is always
|
||||
exactly one argument. The use of \function{apply()} is equivalent
|
||||
to \code{\var{function}(*\var{args}, **\var{keywords})}.
|
||||
\end{funcdesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue