diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-18 16:47:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-18 16:47:52 (GMT) |
commit | 510dfbad3d94e1137b161e972a9fb6811fcb6ad5 (patch) | |
tree | be4f9ca1f266663c0af5019290f62dedd46353cd /Doc/lib/libpickle.tex | |
parent | 7941036c4be6cb2c82f81e5d8d4367290ec0c831 (diff) | |
download | cpython-510dfbad3d94e1137b161e972a9fb6811fcb6ad5.zip cpython-510dfbad3d94e1137b161e972a9fb6811fcb6ad5.tar.gz cpython-510dfbad3d94e1137b161e972a9fb6811fcb6ad5.tar.bz2 |
Capitalize & use periods for \seemodule explanation parameter.
Diffstat (limited to 'Doc/lib/libpickle.tex')
-rw-r--r-- | Doc/lib/libpickle.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index 2c59c82..34898cc 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} |