diff --git a/Doc/lib/libbltin.tex b/Doc/lib/libbltin.tex index 6afcac946a8..7413093946e 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 6afcac946a8..7413093946e 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.''