From dccd9dbf52d885494c2113f2416e940fbb6bcc6f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 17 Dec 1997 13:44:37 +0000 Subject: [PATCH] Make the word "Module" in the section header start with an upper-case "M" for both built-in and standard modules. They were different. --- Doc/lib/libtemplate.tex | 2 +- Doc/libtemplate.tex | 2 +- Doc/templates/module.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/lib/libtemplate.tex b/Doc/lib/libtemplate.tex index 2e56c4710fe..29aeb639fdc 100644 --- a/Doc/lib/libtemplate.tex +++ b/Doc/lib/libtemplate.tex @@ -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} diff --git a/Doc/libtemplate.tex b/Doc/libtemplate.tex index 2e56c4710fe..29aeb639fdc 100644 --- a/Doc/libtemplate.tex +++ b/Doc/libtemplate.tex @@ -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} diff --git a/Doc/templates/module.tex b/Doc/templates/module.tex index 2e56c4710fe..29aeb639fdc 100644 --- a/Doc/templates/module.tex +++ b/Doc/templates/module.tex @@ -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}