From: Fred Drake Date: Wed, 18 Oct 2000 16:47:52 +0000 (+0000) Subject: Capitalize & use periods for \seemodule explanation parameter. X-Git-Tag: v2.1a1~885 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=510dfbad3d94e1137b161e972a9fb6811fcb6ad5;p=thirdparty%2FPython%2Fcpython.git Capitalize & use periods for \seemodule explanation parameter. --- diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index 2c59c821a895..34898cc883b8 100644 --- a/Doc/lib/libpickle.tex +++ b/Doc/lib/libpickle.tex @@ -282,14 +282,14 @@ This exception is raised when an unpicklable object is passed to \begin{seealso} - \seemodule[copyreg]{copy_reg}{pickle interface constructor - registration} + \seemodule[copyreg]{copy_reg}{Pickle interface constructor + registration for extension types.} - \seemodule{shelve}{indexed databases of objects; uses \module{pickle}} + \seemodule{shelve}{Indexed databases of objects; uses \module{pickle}.} - \seemodule{copy}{shallow and deep object copying} + \seemodule{copy}{Shallow and deep object copying.} - \seemodule{marshal}{high-performance serialization of built-in types} + \seemodule{marshal}{High-performance serialization of built-in types.} \end{seealso}