summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-07-31 20:08:23 (GMT)
committerFred Drake <fdrake@acm.org>2000-07-31 20:08:23 (GMT)
commit3d83fc3ab15f8b57181bbe6803c592bb39b1fc25 (patch)
treea9c84b73e41d67686756ba81cb4f41ceeb2fb3bb /Doc
parent251caa5c5b1b6ef791c8a8f6469bf38613bf5e2d (diff)
downloadcpython-3d83fc3ab15f8b57181bbe6803c592bb39b1fc25.zip
cpython-3d83fc3ab15f8b57181bbe6803c592bb39b1fc25.tar.gz
cpython-3d83fc3ab15f8b57181bbe6803c592bb39b1fc25.tar.bz2
Change as suggested by Peter Funk <pf@artcom-gmbh.de>:
Create a hyperlink between the language reference and documentation for the built in functions.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/ref/ref5.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex
index 406d259..db98fe4 100644
--- a/Doc/ref/ref5.tex
+++ b/Doc/ref/ref5.tex
@@ -453,8 +453,9 @@ function call.
\obindex{function}
\item[a built-in function or method:] The result is up to the
-interpreter; see the library reference manual for the descriptions of
-built-in functions and methods.
+interpreter; see the \citetitle[../lib/built-in-funcs.html]{Python
+Library Reference} for the descriptions of built-in functions and
+methods.
\indexii{function}{call}
\indexii{built-in function}{call}
\indexii{method}{call}