Used a named target to form the reference to the Built-in Functions section.

This commit is contained in:
Fred Drake 1997-12-16 04:06:06 +00:00
parent 6d2bdb682d
commit bfc28bcfdf
2 changed files with 4 additions and 4 deletions

View file

@ -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.''

View file

@ -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.''