summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-02-19 22:33:51 (GMT)
committerFred Drake <fdrake@acm.org>1999-02-19 22:33:51 (GMT)
commitc60047575d23c520c54d168ae3b63e3e4b787ae3 (patch)
tree1dbd57beef22128a86afaefbb5c69453f715904a /Doc
parentd8a41e6391764770cfbe02f1bda7c97e761d1e6d (diff)
downloadcpython-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.tex2
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