diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-23 17:11:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-23 17:11:53 (GMT) |
commit | deb7e096d3d84a07f6b3b7eb10d134c60eef3cd7 (patch) | |
tree | f60249de73c671573dedc59de155b4a099c0c564 /Doc/lib | |
parent | 806764bee480232b701104d7f8384af04dfd14d4 (diff) | |
download | cpython-deb7e096d3d84a07f6b3b7eb10d134c60eef3cd7.zip cpython-deb7e096d3d84a07f6b3b7eb10d134c60eef3cd7.tar.gz cpython-deb7e096d3d84a07f6b3b7eb10d134c60eef3cd7.tar.bz2 |
Logical markup.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libbltin.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libbltin.tex b/Doc/lib/libbltin.tex index 7e10985..5cc7626 100644 --- a/Doc/lib/libbltin.tex +++ b/Doc/lib/libbltin.tex @@ -1,11 +1,11 @@ \section{\module{__builtin__} --- - Built-in functions.} -\declaremodule[builtin]{builtin}{__builtin__} + Built-in functions} +\declaremodule[builtin]{builtin}{__builtin__} \modulesynopsis{The set of built-in functions.} 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 section \ref{built-in-funcs}, ``Built-in +function \function{open()}. See section \ref{built-in-funcs}, ``Built-in Functions.'' |