summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpickle.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-11 20:43:51 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-11 20:43:51 (GMT)
commit17e564042d8eccfd571ef898709d1454727741be (patch)
tree5194cdb53abd1192622dd4839d5a58eb2d3bcc84 /Doc/lib/libpickle.tex
parent9463de209293ebaec89f9a1fadde4bd036580d73 (diff)
downloadcpython-17e564042d8eccfd571ef898709d1454727741be.zip
cpython-17e564042d8eccfd571ef898709d1454727741be.tar.gz
cpython-17e564042d8eccfd571ef898709d1454727741be.tar.bz2
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 65075b9..edd496f 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}