summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-23 17:11:53 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-23 17:11:53 (GMT)
commitdeb7e096d3d84a07f6b3b7eb10d134c60eef3cd7 (patch)
treef60249de73c671573dedc59de155b4a099c0c564 /Doc/lib
parent806764bee480232b701104d7f8384af04dfd14d4 (diff)
downloadcpython-deb7e096d3d84a07f6b3b7eb10d134c60eef3cd7.zip
cpython-deb7e096d3d84a07f6b3b7eb10d134c60eef3cd7.tar.gz
cpython-deb7e096d3d84a07f6b3b7eb10d134c60eef3cd7.tar.bz2
Logical markup.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libbltin.tex6
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.''