summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libbltin.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libbltin.tex')
-rw-r--r--Doc/lib/libbltin.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libbltin.tex b/Doc/lib/libbltin.tex
index 04cea20..63b7c63 100644
--- a/Doc/lib/libbltin.tex
+++ b/Doc/lib/libbltin.tex
@@ -1,6 +1,7 @@
\section{Built-in Module \sectcode{__builtin__}}
\bimodindex{__builtin__}
-This module provides direct access to all `built-in' identifier of
+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}.
+function \code{open}. See the section on Built-in Functions in the
+previous chapter.