summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libshelve.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libshelve.tex')
-rw-r--r--Doc/lib/libshelve.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libshelve.tex b/Doc/lib/libshelve.tex
index de8e04c..171daee 100644
--- a/Doc/lib/libshelve.tex
+++ b/Doc/lib/libshelve.tex
@@ -1,7 +1,7 @@
\section{\module{shelve} ---
Python object persistency}
-\declaremodule{standard}{shelve}
+\declaremodule{standard}{shelve}
\modulesynopsis{Python object persistency.}
@@ -71,5 +71,5 @@ requires knowledge about the database implementation used.
\seemodule{dumbdbm}{Portable implementation of the \code{dbm} interface.}
\seemodule{gdbm}{GNU database interface, based on the \code{dbm} interface.}
\seemodule{pickle}{Object serialization used by \module{shelve}.}
- \seemodule{cPickle}{High-performance version of \module{pickle}.}
+ \seemodule{cPickle}{High-performance version of \refmodule{pickle}.}
\end{seealso}