summaryrefslogtreecommitdiff
path: root/Doc/templates/module.tex
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-07-17 16:34:52 +0000
committerGuido van Rossum <guido@python.org>1997-07-17 16:34:52 +0000
commit5578e257e2e7d27a5c03deac1429af90e5af4306 (patch)
treea14389f6c9367d416d57a70b37eaeaa8a4bf7de3 /Doc/templates/module.tex
parent9cbf1c520ba933495a2fe9298f037897fb23965c (diff)
downloadcpython-5578e257e2e7d27a5c03deac1429af90e5af4306.tar.gz
AMK's megapatch:
* \bcode, \ecode added everywhere * \label{module-foo} added everywhere * A few \seealso sections added. * Indentation fixed inside verbatim in lib*tex files
Diffstat (limited to 'Doc/templates/module.tex')
-rw-r--r--Doc/templates/module.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/templates/module.tex b/Doc/templates/module.tex
index cd49a8f74e..1edc21d3b5 100644
--- a/Doc/templates/module.tex
+++ b/Doc/templates/module.tex
@@ -96,13 +96,13 @@ failure.
Example:
-\begin{verbatim}
+\bcode\begin{verbatim}
>>> import spam
>>> can = spam.open('/etc/passwd')
>>> can.empty()
>>> can.close()
-\end{verbatim}
-
+\end{verbatim}\ecode
+%
% ==== 5. ====
% If your module defines new object types (for a built-in module) or
% classes (for a module written in Python), you should list the