summaryrefslogtreecommitdiff
path: root/Doc/templates
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-17 16:07:09 +0000
committerGuido van Rossum <guido@python.org>1995-03-17 16:07:09 +0000
commit7f339e048c383358104f5ddb01d8c08ec493efde (patch)
treed8908807b8b348d7895e4d6aad7e407a13081d49 /Doc/templates
parentb87432316cf4688ae5d7e053b9bd65622887a5e9 (diff)
downloadcpython-7f339e048c383358104f5ddb01d8c08ec493efde.tar.gz
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
Diffstat (limited to 'Doc/templates')
-rw-r--r--Doc/templates/module.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/templates/module.tex b/Doc/templates/module.tex
index a7f70aef78..9b85178456 100644
--- a/Doc/templates/module.tex
+++ b/Doc/templates/module.tex
@@ -7,7 +7,7 @@
% \section{} generates the section header,
% \bimodindex{} or \stmodundex{} generates an index entry for this module
-\section{Built-in module \sectcode{spam}} % If implemented in C
+\section{Built-in Module \sectcode{spam}} % If implemented in C
\bimodindex[spam}
\section{Standard module \sectcode{spam}} % If implemented in Python
@@ -110,7 +110,7 @@ Example:
% separate subsection. It is important to redefine ``indexsubitem''
% for each subsection.
-\subsection{Spam methods}
+\subsection{Spam Objects}
Spam objects (returned by \code{open()} above) have the following
methods.