Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 17e5640

Browse files
committed
Change order of \seemodule macros at end of pickle module section.
1 parent 9463de2 commit 17e5640

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Doc/lib/libpickle.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,14 @@ \section{Standard Module \module{pickle}}
261261

262262

263263
\begin{seealso}
264-
\seemodule{copy}{shallow and deep object copying}
265-
266264
\seemodule[copyreg]{copy_reg}{pickle interface constructor
267265
registration}
268266

269-
\seemodule{marshal}{high-performance serialization of built-in types}
270-
271267
\seemodule{shelve}{indexed databases of objects; uses \module{pickle}}
268+
269+
\seemodule{copy}{shallow and deep object copying}
270+
271+
\seemodule{marshal}{high-performance serialization of built-in types}
272272
\end{seealso}
273273

274274

Doc/libpickle.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,14 @@ \section{Standard Module \module{pickle}}
261261

262262

263263
\begin{seealso}
264-
\seemodule{copy}{shallow and deep object copying}
265-
266264
\seemodule[copyreg]{copy_reg}{pickle interface constructor
267265
registration}
268266

269-
\seemodule{marshal}{high-performance serialization of built-in types}
270-
271267
\seemodule{shelve}{indexed databases of objects; uses \module{pickle}}
268+
269+
\seemodule{copy}{shallow and deep object copying}
270+
271+
\seemodule{marshal}{high-performance serialization of built-in types}
272272
\end{seealso}
273273

274274

0 commit comments

Comments
 (0)