From: Fred Drake Date: Tue, 16 Dec 1997 04:06:06 +0000 (+0000) Subject: Used a named target to form the reference to the Built-in Functions section. X-Git-Tag: v1.5~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bfc28bcfdf6638667b7059949cb5384088c007be;p=thirdparty%2FPython%2Fcpython.git Used a named target to form the reference to the Built-in Functions section. --- diff --git a/Doc/lib/libbltin.tex b/Doc/lib/libbltin.tex index 6afcac946a8f..7413093946ed 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 6afcac946a8f..7413093946ed 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.''