Commit 0cb021b9 authored by Fred Drake's avatar Fred Drake

Make sure there are no weird nesting behaviors; the PDF version will not

format if there are (building the "bookmarks" for the reader breaks).
parent 9589c442
...@@ -30,7 +30,7 @@ The following modules are part of the \refmodule{compiler} package: ...@@ -30,7 +30,7 @@ The following modules are part of the \refmodule{compiler} package:
\localmoduletable \localmoduletable
\subsection{The basic interface} \section{The basic interface}
\declaremodule{}{compiler} \declaremodule{}{compiler}
...@@ -67,7 +67,7 @@ The \module{compiler} package contains the following modules: ...@@ -67,7 +67,7 @@ The \module{compiler} package contains the following modules:
\module{misc}, \module{pyassem}, \module{pycodegen}, \module{symbols}, \module{misc}, \module{pyassem}, \module{pycodegen}, \module{symbols},
\module{transformer}, and \refmodule[compiler.visitor]{visitor}. \module{transformer}, and \refmodule[compiler.visitor]{visitor}.
\subsection{Limitations} \section{Limitations}
There are some problems with the error checking of the compiler There are some problems with the error checking of the compiler
package. The interpreter detects syntax errors in two distinct package. The interpreter detects syntax errors in two distinct
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment