diff options
author | Fred Drake <fdrake@acm.org> | 2001-11-02 19:41:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-11-02 19:41:23 (GMT) |
commit | 67bd68392ca87abee732603c358678a037868354 (patch) | |
tree | a5df4a66aadaace896ac37992c39490d363997a6 /Doc | |
parent | 9ae6f894b054730b5aa547b70682c020d8155ab6 (diff) | |
download | cpython-67bd68392ca87abee732603c358678a037868354.zip cpython-67bd68392ca87abee732603c358678a037868354.tar.gz cpython-67bd68392ca87abee732603c358678a037868354.tar.bz2 |
Make sure there are no weird nesting behaviors; the PDF version will not
format if there are (building the "bookmarks" for the reader breaks).
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/compiler.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/compiler.tex b/Doc/lib/compiler.tex index 280ee0f..860d2ca 100644 --- a/Doc/lib/compiler.tex +++ b/Doc/lib/compiler.tex @@ -30,7 +30,7 @@ The following modules are part of the \refmodule{compiler} package: \localmoduletable -\subsection{The basic interface} +\section{The basic interface} \declaremodule{}{compiler} @@ -67,7 +67,7 @@ The \module{compiler} package contains the following modules: \module{misc}, \module{pyassem}, \module{pycodegen}, \module{symbols}, \module{transformer}, and \refmodule[compiler.visitor]{visitor}. -\subsection{Limitations} +\section{Limitations} There are some problems with the error checking of the compiler package. The interpreter detects syntax errors in two distinct |