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

Skip to content

Commit 8476d00

Browse files
committed
footnote about keyword args
1 parent 0568d5e commit 8476d00

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

Doc/ref/ref5.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ \subsection{Calls} \label{calls}
318318
\index{call}
319319

320320
A 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}

Doc/ref/ref7.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ \section{Function definitions} \label{function}
267267
\indexii{function}{definition}
268268

269269
A 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

Doc/ref5.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ \subsection{Calls} \label{calls}
318318
\index{call}
319319

320320
A 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}

Doc/ref7.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ \section{Function definitions} \label{function}
267267
\indexii{function}{definition}
268268

269269
A 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

0 commit comments

Comments
 (0)