diff options
Diffstat (limited to 'Doc/libbltin.tex')
-rw-r--r-- | Doc/libbltin.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/libbltin.tex b/Doc/libbltin.tex index 04cea20..63b7c63 100644 --- a/Doc/libbltin.tex +++ b/Doc/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. |