summaryrefslogtreecommitdiffstats
path: root/Doc/templates
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/templates')
-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 cd49a8f..1edc21d 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