#2668: nit in apply() docs.

This commit is contained in:
Georg Brandl 2008-04-26 18:25:43 +00:00
parent 14204ad982
commit a3bb57caee
1 changed files with 1 additions and 1 deletions

View File

@ -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