Commit 0b663104 authored by Fred Drake's avatar Fred Drake

When referring to a formal parameter from the description, use the name given

with the signature, not an ad hoc abbreviated form.
parent 59bfe280
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment