summaryrefslogtreecommitdiff
path: root/Doc/lib/libpickle.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-11 20:43:51 +0000
committerFred Drake <fdrake@acm.org>1998-04-11 20:43:51 +0000
commite9432ec743d66814a78d30a4133d461bf36ca151 (patch)
tree1f1d7467f55100a28b2cbdfb3f17c43eec410fe9 /Doc/lib/libpickle.tex
parent29412aade3747f5e8ac7be5ac0993896915b4431 (diff)
downloadcpython-e9432ec743d66814a78d30a4133d461bf36ca151.tar.gz
Change order of \seemodule macros at end of pickle module section.
Diffstat (limited to 'Doc/lib/libpickle.tex')
-rw-r--r--Doc/lib/libpickle.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex
index 65075b9426..edd496f283 100644
--- a/Doc/lib/libpickle.tex
+++ b/Doc/lib/libpickle.tex
@@ -261,14 +261,14 @@ This exception is raised when an unpicklable object is passed to
\begin{seealso}
-\seemodule{copy}{shallow and deep object copying}
-
\seemodule[copyreg]{copy_reg}{pickle interface constructor
registration}
-\seemodule{marshal}{high-performance serialization of built-in types}
-
\seemodule{shelve}{indexed databases of objects; uses \module{pickle}}
+
+\seemodule{copy}{shallow and deep object copying}
+
+\seemodule{marshal}{high-performance serialization of built-in types}
\end{seealso}