diff options
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 16472db622..fa86c038ca 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 |
