Remove all uses of \sectcode; we can now use logical markup everywhere.
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex
index 56e1931..7b3f6f6 100644
--- a/Doc/lib/libparser.tex
+++ b/Doc/lib/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 @@
 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