summaryrefslogtreecommitdiff
path: root/Doc/lib/libcopy.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/libcopy.tex
parentfcfde73f4aa67184d58750ce01059abbeb54c00d (diff)
downloadcpython-6229ad63bd5d9dd1dcc4c0a81af586812f9a1bb9.tar.gz
Adjusted to use the new module synopsis support macros.
Diffstat (limited to 'Doc/lib/libcopy.tex')
-rw-r--r--Doc/lib/libcopy.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libcopy.tex b/Doc/lib/libcopy.tex
index c106ecae63..c0194768e3 100644
--- a/Doc/lib/libcopy.tex
+++ b/Doc/lib/libcopy.tex
@@ -1,6 +1,8 @@
\section{Standard Module \module{copy}}
-\label{module-copy}
-\stmodindex{copy}
+\declaremodule{standard}{copy}
+
+\modulesynopsis{Shallow and deep copy operations.}
+
\setindexsubitem{(copy function)}
\ttindex{copy}
\ttindex{deepcopy}