diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 (GMT) |
commit | 295da24eafd9c3bb9326d62a1a2e822059698b2b (patch) | |
tree | 4c2db5606fae7ebe7ad991295426a82c11c1d2f6 /Doc/lib/libpoplib.tex | |
parent | 62e436955b51c47ee9a84077a448ae3d7b2a59ce (diff) | |
download | cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.zip cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.gz cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.bz2 |
New section header style.
Fix up a few synopses.
Diffstat (limited to 'Doc/lib/libpoplib.tex')
-rw-r--r-- | Doc/lib/libpoplib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex index 2c21a7f..e3ec5e1 100644 --- a/Doc/lib/libpoplib.tex +++ b/Doc/lib/libpoplib.tex @@ -3,7 +3,8 @@ %it since I just stole most of it from the poplib.py source code and %the imaplib ``chapter''. -\section{Standard Module \module{poplib}} +\section{\module{poplib} --- + POP3 protocol client.} \declaremodule{standard}{poplib} \modulesynopsis{POP3 protocol client (requires sockets).} |