diff options
-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.'' |