diff options
Diffstat (limited to 'Doc/templates/module.tex')
-rw-r--r-- | Doc/templates/module.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/templates/module.tex b/Doc/templates/module.tex index a7f70ae..9b85178 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. |