From 67bd68392ca87abee732603c358678a037868354 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 2 Nov 2001 19:41:23 +0000 Subject: Make sure there are no weird nesting behaviors; the PDF version will not format if there are (building the "bookmarks" for the reader breaks). --- Doc/lib/compiler.tex | 4 ++-- 1 file 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 -- cgit v0.12