]> granicus.if.org Git - python/commitdiff
Capitalize & use periods for \seemodule explanation parameter.
authorFred Drake <fdrake@acm.org>
Wed, 18 Oct 2000 16:47:52 +0000 (16:47 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 18 Oct 2000 16:47:52 +0000 (16:47 +0000)
Doc/lib/libpickle.tex

index 2c59c821a8952b31a40a3bfa5a8bb30e11ce86c2..34898cc883b85c1a0fb7310c892189bf5088c995 100644 (file)
@@ -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}