]> granicus.if.org Git - python/commitdiff
When referring to a formal parameter from the description, use the name given
authorFred Drake <fdrake@acm.org>
Wed, 7 Nov 2001 06:28:47 +0000 (06:28 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 7 Nov 2001 06:28:47 +0000 (06:28 +0000)
with the signature, not an ad hoc abbreviated form.

Doc/lib/libfuncs.tex

index 70d7cdbf73ede0769363771ac25623bfbe66224e..0ae7e5f12eb6f01705638b301f4b51378b77f7f0 100644 (file)
@@ -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}