]> granicus.if.org Git - python/commitdiff
Make sure there are no weird nesting behaviors; the PDF version will not
authorFred Drake <fdrake@acm.org>
Fri, 2 Nov 2001 19:41:23 +0000 (19:41 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Nov 2001 19:41:23 +0000 (19:41 +0000)
format if there are (building the "bookmarks" for the reader breaks).

Doc/lib/compiler.tex

index 280ee0fa45ae3bc52a16f5c82f5b906366ea9076..860d2cafb962faec49a83bb22ef1feb6b755311d 100644 (file)
@@ -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