Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bfe28 commit 0b66310Copy full SHA for 0b66310
1 file changed
Doc/lib/libfuncs.tex
@@ -72,7 +72,7 @@ \section{Built-in Functions \label{built-in-funcs}}
72
dictionary whose keys are strings. It specifies keyword arguments
73
to be added to the end of the the argument list.
74
Calling \function{apply()} is different from just calling
75
- \code{\var{func}(\var{args})}, since in that case there is always
+ \code{\var{function}(\var{args})}, since in that case there is always
76
exactly one argument. The use of \function{apply()} is equivalent
77
to \code{\var{function}(*\var{args}, **\var{keywords})}.
78
\end{funcdesc}
0 commit comments