diff options
author | Guido van Rossum <guido@python.org> | 1995-10-08 01:07:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-10-08 01:07:06 (GMT) |
commit | 8476d00060b076c1cce4e386566dab1f0d6979b3 (patch) | |
tree | c4ff2aa7d855fd06cc542d56742e384864303714 /Doc/ref/ref5.tex | |
parent | 0568d5e92c70a27320eb78d7389d0b28ab3f0fcc (diff) | |
download | cpython-8476d00060b076c1cce4e386566dab1f0d6979b3.zip cpython-8476d00060b076c1cce4e386566dab1f0d6979b3.tar.gz cpython-8476d00060b076c1cce4e386566dab1f0d6979b3.tar.bz2 |
footnote about keyword args
Diffstat (limited to 'Doc/ref/ref5.tex')
-rw-r--r-- | Doc/ref/ref5.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 00383ef..62cd9a7 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -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} |