diff options
Diffstat (limited to 'Doc/libparser.tex')
-rw-r--r-- | Doc/libparser.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libparser.tex b/Doc/libparser.tex index 56e1931..7b3f6f6 100644 --- a/Doc/libparser.tex +++ b/Doc/libparser.tex @@ -9,7 +9,7 @@ % in any way. % -\section{Built-in Module \sectcode{parser}} +\section{Built-in Module \module{parser}} \label{module-parser} \bimodindex{parser} \index{parsing!Python source code} @@ -293,7 +293,7 @@ of the \function{compile()}\bifuncindex{compile} built-in function and the complex example shows the use of a parse tree for information discovery. -\subsubsection{Emulation of \sectcode{compile()}} +\subsubsection{Emulation of \module{compile()}} While many useful operations may take place between parsing and bytecode generation, the simplest operation is to do nothing. For |