mirror of
https://github.com/python/cpython.git
synced 2026-02-02 12:42:35 +00:00
#2668: nit in apply() docs.
This commit is contained in:
parent
14204ad982
commit
a3bb57caee
1 changed files with 1 additions and 1 deletions
|
|
@ -1354,7 +1354,7 @@ bypass these functions without concerns about missing something important.
|
|||
present, it must be a dictionary whose keys are strings. It specifies keyword
|
||||
arguments to be added to the end of the argument list. Calling :func:`apply` is
|
||||
different from just calling ``function(args)``, since in that case there is
|
||||
always exactly one argument. The use of :func:`apply` is exactly equivalent to
|
||||
always exactly one argument. The use of :func:`apply` is equivalent to
|
||||
``function(*args, **keywords)``.
|
||||
|
||||
.. deprecated:: 2.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue