summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/compiler.tex4
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