summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/lib/libfuncs.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index 70d7cdbf73..0ae7e5f12e 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -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}