summaryrefslogtreecommitdiffstats
path: root/Doc/templates
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-17 13:44:37 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-17 13:44:37 (GMT)
commitdccd9dbf52d885494c2113f2416e940fbb6bcc6f (patch)
tree760eb4445a0b6dc8f007f44bb916797100b09263 /Doc/templates
parent819b789f3632e6cc727147b2ec89a3d9a0590d91 (diff)
downloadcpython-dccd9dbf52d885494c2113f2416e940fbb6bcc6f.zip
cpython-dccd9dbf52d885494c2113f2416e940fbb6bcc6f.tar.gz
cpython-dccd9dbf52d885494c2113f2416e940fbb6bcc6f.tar.bz2
Make the word "Module" in the section header start with an upper-case "M"
for both built-in and standard modules. They were different.
Diffstat (limited to 'Doc/templates')
-rw-r--r--Doc/templates/module.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/templates/module.tex b/Doc/templates/module.tex
index 2e56c47..29aeb63 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}