diff options
| author | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 +0000 |
| commit | 295da24eafd9c3bb9326d62a1a2e822059698b2b (patch) | |
| tree | 4c2db5606fae7ebe7ad991295426a82c11c1d2f6 /Doc/lib/libsmtplib.tex | |
| parent | 62e436955b51c47ee9a84077a448ae3d7b2a59ce (diff) | |
| download | cpython-git-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.gz | |
New section header style.
Fix up a few synopses.
Diffstat (limited to 'Doc/lib/libsmtplib.tex')
| -rw-r--r-- | Doc/lib/libsmtplib.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libsmtplib.tex b/Doc/lib/libsmtplib.tex index 21cadcec00..d7929eb6f8 100644 --- a/Doc/lib/libsmtplib.tex +++ b/Doc/lib/libsmtplib.tex @@ -1,6 +1,7 @@ -% Documentation by ESR -\section{Standard Module \module{smtplib}} +\section{\module{smtplib} --- + SMTP protocol client.} \declaremodule{standard}{smtplib} +\sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com} \modulesynopsis{SMTP protocol client (requires sockets).} |
