diff options
| author | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 +0000 |
| commit | 470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9 (patch) | |
| tree | 4fd0b8eda81e63366598e55362ceac85adafccb4 /Doc/lib/libbltin.tex | |
| parent | 7760cdea81166b7741561043c58dae171811fb2f (diff) | |
| download | cpython-git-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.gz | |
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
Diffstat (limited to 'Doc/lib/libbltin.tex')
| -rw-r--r-- | Doc/lib/libbltin.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libbltin.tex b/Doc/lib/libbltin.tex index 04cea20b8f..63b7c6394a 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. |
