summaryrefslogtreecommitdiffstats
path: root/Doc/libbltin.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-16 04:06:06 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-16 04:06:06 (GMT)
commitbfc28bcfdf6638667b7059949cb5384088c007be (patch)
treebf00f2892ac3c92e500948d2a852eec1a4e924bd /Doc/libbltin.tex
parent6d2bdb682d2a6b26a6fc27f669119543129afc43 (diff)
downloadcpython-bfc28bcfdf6638667b7059949cb5384088c007be.zip
cpython-bfc28bcfdf6638667b7059949cb5384088c007be.tar.gz
cpython-bfc28bcfdf6638667b7059949cb5384088c007be.tar.bz2
Used a named target to form the reference to the Built-in Functions section.
Diffstat (limited to 'Doc/libbltin.tex')
-rw-r--r--Doc/libbltin.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libbltin.tex b/Doc/libbltin.tex
index 6afcac9..7413093 100644
--- a/Doc/libbltin.tex
+++ b/Doc/libbltin.tex
@@ -4,5 +4,5 @@
This module provides direct access to all `built-in' identifiers of
Python; e.g. \code{__builtin__.open} is the full name for the built-in
-function \code{open}. See the section on Built-in Functions in the
-previous chapter.
+function \code{open()}. See section \ref{built-in-funcs}, ``Built-in
+Functions.''