summaryrefslogtreecommitdiffstats
path: root/Doc/ref7.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-10-08 01:07:06 (GMT)
committerGuido van Rossum <guido@python.org>1995-10-08 01:07:06 (GMT)
commit8476d00060b076c1cce4e386566dab1f0d6979b3 (patch)
treec4ff2aa7d855fd06cc542d56742e384864303714 /Doc/ref7.tex
parent0568d5e92c70a27320eb78d7389d0b28ab3f0fcc (diff)
downloadcpython-8476d00060b076c1cce4e386566dab1f0d6979b3.zip
cpython-8476d00060b076c1cce4e386566dab1f0d6979b3.tar.gz
cpython-8476d00060b076c1cce4e386566dab1f0d6979b3.tar.bz2
footnote about keyword args
Diffstat (limited to 'Doc/ref7.tex')
-rw-r--r--Doc/ref7.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/ref7.tex b/Doc/ref7.tex
index 196215a..89fa6ed 100644
--- a/Doc/ref7.tex
+++ b/Doc/ref7.tex
@@ -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}