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

Skip to content

Commit dccd9db

Browse files
committed
Make the word "Module" in the section header start with an upper-case "M"
for both built-in and standard modules. They were different.
1 parent 819b789 commit dccd9db

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libtemplate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
\section{Built-in Module \sectcode{spam}} % If implemented in C
1515
\bimodindex{spam}
1616

17-
\section{Standard module \sectcode{spam}} % If implemented in Python
17+
\section{Standard Module \sectcode{spam}} % If implemented in Python
1818
\stmodindex{spam}
1919

2020
\label{module-spam}

Doc/libtemplate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
\section{Built-in Module \sectcode{spam}} % If implemented in C
1515
\bimodindex{spam}
1616

17-
\section{Standard module \sectcode{spam}} % If implemented in Python
17+
\section{Standard Module \sectcode{spam}} % If implemented in Python
1818
\stmodindex{spam}
1919

2020
\label{module-spam}

Doc/templates/module.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
\section{Built-in Module \sectcode{spam}} % If implemented in C
1515
\bimodindex{spam}
1616

17-
\section{Standard module \sectcode{spam}} % If implemented in Python
17+
\section{Standard Module \sectcode{spam}} % If implemented in Python
1818
\stmodindex{spam}
1919

2020
\label{module-spam}

0 commit comments

Comments
 (0)