mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
footnote about keyword args
This commit is contained in:
parent
0568d5e92c
commit
8476d00060
4 changed files with 10 additions and 4 deletions
|
@ -318,7 +318,8 @@ selected).
|
|||
\index{call}
|
||||
|
||||
A call calls a callable object (e.g. a function) with a possibly empty
|
||||
series of arguments:
|
||||
series of arguments:\footnote{The new syntax for keyword arguments is
|
||||
not yet documented in this manual. See chapter 12 of the Tutorial.}
|
||||
\obindex{callable}
|
||||
|
||||
\begin{verbatim}
|
||||
|
|
|
@ -267,7 +267,9 @@ restriction may be lifted in the future).
|
|||
\indexii{function}{definition}
|
||||
|
||||
A function definition defines a user-defined function object (see
|
||||
section \ref{types}):
|
||||
section \ref{types}):\footnote{The new syntax to receive arbitrary
|
||||
keyword arguments is not yet documented in this manual. See chapter
|
||||
12 of the Tutorial.}
|
||||
\obindex{user-defined function}
|
||||
\obindex{function}
|
||||
|
||||
|
|
|
@ -318,7 +318,8 @@ selected).
|
|||
\index{call}
|
||||
|
||||
A call calls a callable object (e.g. a function) with a possibly empty
|
||||
series of arguments:
|
||||
series of arguments:\footnote{The new syntax for keyword arguments is
|
||||
not yet documented in this manual. See chapter 12 of the Tutorial.}
|
||||
\obindex{callable}
|
||||
|
||||
\begin{verbatim}
|
||||
|
|
|
@ -267,7 +267,9 @@ restriction may be lifted in the future).
|
|||
\indexii{function}{definition}
|
||||
|
||||
A function definition defines a user-defined function object (see
|
||||
section \ref{types}):
|
||||
section \ref{types}):\footnote{The new syntax to receive arbitrary
|
||||
keyword arguments is not yet documented in this manual. See chapter
|
||||
12 of the Tutorial.}
|
||||
\obindex{user-defined function}
|
||||
\obindex{function}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue