diff options
| author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:59:49 +0000 |
| commit | 6229ad63bd5d9dd1dcc4c0a81af586812f9a1bb9 (patch) | |
| tree | 70068a208d367340ecd5f8acf966b462cc4a3ae5 /Doc/lib/libcode.tex | |
| parent | fcfde73f4aa67184d58750ce01059abbeb54c00d (diff) | |
| download | cpython-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.tex | 6 |
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. |
