Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0b66310

Browse files
committed
When referring to a formal parameter from the description, use the name given
with the signature, not an ad hoc abbreviated form.
1 parent 59bfe28 commit 0b66310

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libfuncs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ \section{Built-in Functions \label{built-in-funcs}}
7272
dictionary whose keys are strings. It specifies keyword arguments
7373
to be added to the end of the the argument list.
7474
Calling \function{apply()} is different from just calling
75-
\code{\var{func}(\var{args})}, since in that case there is always
75+
\code{\var{function}(\var{args})}, since in that case there is always
7676
exactly one argument. The use of \function{apply()} is equivalent
7777
to \code{\var{function}(*\var{args}, **\var{keywords})}.
7878
\end{funcdesc}

0 commit comments

Comments
 (0)