File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -318,7 +318,8 @@ \subsection{Calls} \label{calls}
318318\index {call}
319319
320320A call calls a callable object (e.g. a function) with a possibly empty
321- series of arguments:
321+ series of arguments:\footnote {The new syntax for keyword arguments is
322+ not yet documented in this manual. See chapter 12 of the Tutorial.}
322323\obindex {callable}
323324
324325\begin {verbatim }
Original file line number Diff line number Diff line change @@ -267,7 +267,9 @@ \section{Function definitions} \label{function}
267267\indexii {function}{definition}
268268
269269A function definition defines a user-defined function object (see
270- section \ref {types }):
270+ section \ref {types }):\footnote {The new syntax to receive arbitrary
271+ keyword arguments is not yet documented in this manual. See chapter
272+ 12 of the Tutorial.}
271273\obindex {user-defined function}
272274\obindex {function}
273275
Original file line number Diff line number Diff line change @@ -318,7 +318,8 @@ \subsection{Calls} \label{calls}
318318\index {call}
319319
320320A call calls a callable object (e.g. a function) with a possibly empty
321- series of arguments:
321+ series of arguments:\footnote {The new syntax for keyword arguments is
322+ not yet documented in this manual. See chapter 12 of the Tutorial.}
322323\obindex {callable}
323324
324325\begin {verbatim }
Original file line number Diff line number Diff line change @@ -267,7 +267,9 @@ \section{Function definitions} \label{function}
267267\indexii {function}{definition}
268268
269269A function definition defines a user-defined function object (see
270- section \ref {types }):
270+ section \ref {types }):\footnote {The new syntax to receive arbitrary
271+ keyword arguments is not yet documented in this manual. See chapter
272+ 12 of the Tutorial.}
271273\obindex {user-defined function}
272274\obindex {function}
273275
You can’t perform that action at this time.
0 commit comments