]> granicus.if.org Git - python/commitdiff
#2668: nit in apply() docs.
authorGeorg Brandl <georg@python.org>
Sat, 26 Apr 2008 18:25:43 +0000 (18:25 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 26 Apr 2008 18:25:43 +0000 (18:25 +0000)
Doc/library/functions.rst

index b26655e6e419b77043f9dcaec301b4ca1fed0324..4ec03c847713ac28fb1d8b9acee0cf47481794b6 100644 (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