Make the word "Module" in the section header start with an upper-case "M"
for both built-in and standard modules. They were different.
This commit is contained in:
parent
819b789f36
commit
dccd9dbf52
|
@ -14,7 +14,7 @@
|
|||
\section{Built-in Module \sectcode{spam}} % If implemented in C
|
||||
\bimodindex{spam}
|
||||
|
||||
\section{Standard module \sectcode{spam}} % If implemented in Python
|
||||
\section{Standard Module \sectcode{spam}} % If implemented in Python
|
||||
\stmodindex{spam}
|
||||
|
||||
\label{module-spam}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
\section{Built-in Module \sectcode{spam}} % If implemented in C
|
||||
\bimodindex{spam}
|
||||
|
||||
\section{Standard module \sectcode{spam}} % If implemented in Python
|
||||
\section{Standard Module \sectcode{spam}} % If implemented in Python
|
||||
\stmodindex{spam}
|
||||
|
||||
\label{module-spam}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
\section{Built-in Module \sectcode{spam}} % If implemented in C
|
||||
\bimodindex{spam}
|
||||
|
||||
\section{Standard module \sectcode{spam}} % If implemented in Python
|
||||
\section{Standard Module \sectcode{spam}} % If implemented in Python
|
||||
\stmodindex{spam}
|
||||
|
||||
\label{module-spam}
|
||||
|
|
Loading…
Reference in New Issue