diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-17 13:44:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-17 13:44:37 (GMT) |
commit | dccd9dbf52d885494c2113f2416e940fbb6bcc6f (patch) | |
tree | 760eb4445a0b6dc8f007f44bb916797100b09263 /Doc/templates/module.tex | |
parent | 819b789f3632e6cc727147b2ec89a3d9a0590d91 (diff) | |
download | cpython-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/module.tex')
-rw-r--r-- | Doc/templates/module.tex | 2 |
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} |