summaryrefslogtreecommitdiffstats
path: root/Doc/libtemplate.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-18 21:07:34 (GMT)
committerGuido van Rossum <guido@python.org>1997-07-18 21:07:34 (GMT)
commit1c78cf33171581ebf9284a096ad2b1ed0a87935d (patch)
tree6a934329dbd52aeb6d977807f587cd24ad7cee4e /Doc/libtemplate.tex
parentca1182b262fcda35a8d75d0903b9d1966cf904ad (diff)
downloadcpython-1c78cf33171581ebf9284a096ad2b1ed0a87935d.zip
cpython-1c78cf33171581ebf9284a096ad2b1ed0a87935d.tar.gz
cpython-1c78cf33171581ebf9284a096ad2b1ed0a87935d.tar.bz2
Added label{module-spam}
Diffstat (limited to 'Doc/libtemplate.tex')
-rw-r--r--Doc/libtemplate.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/libtemplate.tex b/Doc/libtemplate.tex
index 1edc21d..a4fae28 100644
--- a/Doc/libtemplate.tex
+++ b/Doc/libtemplate.tex
@@ -5,7 +5,8 @@
% ==== 1. ====
% Choose one of the following section headers and index entries;
% \section{} generates the section header,
-% \bimodindex{} or \stmodundex{} generates an index entry for this module
+% \bimodindex{} or \stmodundex{} generates an index entry for this module.
+% The \label{module-spam} line is for the \seealso{} command.
\section{Built-in Module \sectcode{spam}} % If implemented in C
\bimodindex{spam}
@@ -13,6 +14,7 @@
\section{Standard module \sectcode{spam}} % If implemented in Python
\stmodindex{spam}
+\label{module-spam}
% ==== 2. ====
% Give a short overview of what the module does.