summaryrefslogtreecommitdiff
path: root/Doc/lib/libcode.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-23 17:59:49 +0000
committerFred Drake <fdrake@acm.org>1998-07-23 17:59:49 +0000
commit6229ad63bd5d9dd1dcc4c0a81af586812f9a1bb9 (patch)
tree70068a208d367340ecd5f8acf966b462cc4a3ae5 /Doc/lib/libcode.tex
parentfcfde73f4aa67184d58750ce01059abbeb54c00d (diff)
downloadcpython-6229ad63bd5d9dd1dcc4c0a81af586812f9a1bb9.tar.gz
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libcode.tex')
-rw-r--r--Doc/lib/libcode.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libcode.tex b/Doc/lib/libcode.tex
index 023d276a11..12728c7fae 100644
--- a/Doc/lib/libcode.tex
+++ b/Doc/lib/libcode.tex
@@ -1,6 +1,8 @@
\section{Standard Module \module{code}}
-\label{module-code}
-\stmodindex{code}
+\declaremodule{standard}{code}
+
+\modulesynopsis{Code object services.}
+
The \code{code} module defines operations pertaining to Python code
objects.