Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 67bd683

Browse files
committed
Make sure there are no weird nesting behaviors; the PDF version will not
format if there are (building the "bookmarks" for the reader breaks).
1 parent 9ae6f89 commit 67bd683

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/compiler.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ \chapter{Python compiler package \label{compiler}}
3030
\localmoduletable
3131

3232

33-
\subsection{The basic interface}
33+
\section{The basic interface}
3434

3535
\declaremodule{}{compiler}
3636

@@ -67,7 +67,7 @@ \subsection{The basic interface}
6767
\module{misc}, \module{pyassem}, \module{pycodegen}, \module{symbols},
6868
\module{transformer}, and \refmodule[compiler.visitor]{visitor}.
6969

70-
\subsection{Limitations}
70+
\section{Limitations}
7171

7272
There are some problems with the error checking of the compiler
7373
package. The interpreter detects syntax errors in two distinct

0 commit comments

Comments
 (0)