summaryrefslogtreecommitdiffstats
path: root/Doc/libcopy.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1997-12-15 21:56:05 (GMT)
committerFred Drake <fdrake@acm.org>1997-12-15 21:56:05 (GMT)
commit54820dc8e4db15bd30c4b2f650d79cd0fb96f76b (patch)
treee21ef93287768da2f4516ced6ab8e4f82ac8168c /Doc/libcopy.tex
parent6206394a4b42a22845713f9971923613eb6c8203 (diff)
downloadcpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.zip
cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.tar.gz
cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.tar.bz2
Fixed index references to modules.
Diffstat (limited to 'Doc/libcopy.tex')
-rw-r--r--Doc/libcopy.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libcopy.tex b/Doc/libcopy.tex
index 8f5e03c..d07121e 100644
--- a/Doc/libcopy.tex
+++ b/Doc/libcopy.tex
@@ -75,7 +75,7 @@ to control pickling: they can define methods called
\code{__getinitargs__()}, \code{__getstate__()} and
\code{__setstate__()}. See the description of module \code{pickle}
for information on these methods.
-\stmodindex{pickle}
+\refstmodindex{pickle}
\renewcommand{\indexsubitem}{(copy protocol)}
\ttindex{__getinitargs__}
\ttindex{__getstate__}