diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-16 04:06:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-16 04:06:06 (GMT) |
commit | bfc28bcfdf6638667b7059949cb5384088c007be (patch) | |
tree | bf00f2892ac3c92e500948d2a852eec1a4e924bd | |
parent | 6d2bdb682d2a6b26a6fc27f669119543129afc43 (diff) | |
download | cpython-bfc28bcfdf6638667b7059949cb5384088c007be.zip cpython-bfc28bcfdf6638667b7059949cb5384088c007be.tar.gz cpython-bfc28bcfdf6638667b7059949cb5384088c007be.tar.bz2 |
Used a named target to form the reference to the Built-in Functions section.
-rw-r--r-- | Doc/lib/libbltin.tex | 4 | ||||
-rw-r--r-- | Doc/libbltin.tex | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libbltin.tex b/Doc/lib/libbltin.tex index 6afcac9..7413093 100644 --- a/Doc/lib/libbltin.tex +++ b/Doc/lib/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.'' 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.'' |