diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-15 21:56:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-15 21:56:05 (GMT) |
commit | 54820dc8e4db15bd30c4b2f650d79cd0fb96f76b (patch) | |
tree | e21ef93287768da2f4516ced6ab8e4f82ac8168c /Doc/lib/libmarshal.tex | |
parent | 6206394a4b42a22845713f9971923613eb6c8203 (diff) | |
download | cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.zip cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.tar.gz cpython-54820dc8e4db15bd30c4b2f650d79cd0fb96f76b.tar.bz2 |
Fixed index references to modules.
Diffstat (limited to 'Doc/lib/libmarshal.tex')
-rw-r--r-- | Doc/lib/libmarshal.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libmarshal.tex b/Doc/lib/libmarshal.tex index 16472db..fa86c03 100644 --- a/Doc/lib/libmarshal.tex +++ b/Doc/lib/libmarshal.tex @@ -20,8 +20,8 @@ and transfer of Python objects through RPC calls, see the modules \code{pickle} and \code{shelve}. The \code{marshal} module exists mainly to support reading and writing the ``pseudo-compiled'' code for Python modules of \samp{.pyc} files. -\stmodindex{pickle} -\stmodindex{shelve} +\refstmodindex{pickle} +\refstmodindex{shelve} \obindex{code} Not all Python object types are supported; in general, only objects |