summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtemplate.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-03-17 16:07:09 (GMT)
committerGuido van Rossum <guido@python.org>1995-03-17 16:07:09 (GMT)
commit470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9 (patch)
tree4fd0b8eda81e63366598e55362ceac85adafccb4 /Doc/lib/libtemplate.tex
parent7760cdea81166b7741561043c58dae171811fb2f (diff)
downloadcpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.zip
cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.gz
cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.bz2
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
Diffstat (limited to 'Doc/lib/libtemplate.tex')
-rw-r--r--Doc/lib/libtemplate.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libtemplate.tex b/Doc/lib/libtemplate.tex
index a7f70ae..9b85178 100644
--- a/Doc/lib/libtemplate.tex
+++ b/Doc/lib/libtemplate.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.