diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-19 22:33:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-19 22:33:51 (GMT) |
commit | c60047575d23c520c54d168ae3b63e3e4b787ae3 (patch) | |
tree | 1dbd57beef22128a86afaefbb5c69453f715904a /Doc | |
parent | d8a41e6391764770cfbe02f1bda7c97e761d1e6d (diff) | |
download | cpython-c60047575d23c520c54d168ae3b63e3e4b787ae3.zip cpython-c60047575d23c520c54d168ae3b63e3e4b787ae3.tar.gz cpython-c60047575d23c520c54d168ae3b63e3e4b787ae3.tar.bz2 |
Shortened the short synopsis -- way too long.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmarshal.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmarshal.tex b/Doc/lib/libmarshal.tex index a30dd1e..75f929a 100644 --- a/Doc/lib/libmarshal.tex +++ b/Doc/lib/libmarshal.tex @@ -1,5 +1,5 @@ \section{\module{marshal} --- - Python object serialization (with different constraints).} + Alternate Python object serialization} \declaremodule{builtin}{marshal} \modulesynopsis{Convert Python objects to streams of bytes and back |