summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpoplib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-10-18 16:50:17 (GMT)
committerFred Drake <fdrake@acm.org>2002-10-18 16:50:17 (GMT)
commitd8eeeae4a6d2c9d6cd412154fcfaa68d24fe6145 (patch)
treefddc5881f15c6b534bd99fe2258231eefcb73d77 /Doc/lib/libpoplib.tex
parentedf368c351ea3f75a7da19d42f12a34d76887b35 (diff)
downloadcpython-d8eeeae4a6d2c9d6cd412154fcfaa68d24fe6145.zip
cpython-d8eeeae4a6d2c9d6cd412154fcfaa68d24fe6145.tar.gz
cpython-d8eeeae4a6d2c9d6cd412154fcfaa68d24fe6145.tar.bz2
Fix reference to the Fetchmail FAQ:
- URL was missing an "m" - markup for tilde was wrong - URL was marked as the title - actual title was omitted "make webcheck" didn't catch this; not sure why. Removed some spurious end-of-line whitespace.
Diffstat (limited to 'Doc/lib/libpoplib.tex')
-rw-r--r--Doc/lib/libpoplib.tex14
1 files changed, 8 insertions, 6 deletions
diff --git a/Doc/lib/libpoplib.tex b/Doc/lib/libpoplib.tex
index 3c18bd1..f5da970 100644
--- a/Doc/lib/libpoplib.tex
+++ b/Doc/lib/libpoplib.tex
@@ -40,10 +40,12 @@ passed to the constructor as a string.
\begin{seealso}
\seemodule{imaplib}{The standard Python IMAP module.}
- \seetitle{http://www.tuxedo.org/~esr/fetchail/fetchmail-FAQ.html}{
- The FAQ for the fetchmail POP/IMAP client collects information
- on POP3 server variations and RFC noncompliance that may be
- useful if you need to write an application based on poplib.}
+ \seetitle[http://www.tuxedo.org/\~{}esr/fetchmail/fetchmail-FAQ.html]
+ {Frequently Asked Questions About Fetchmail}
+ {The FAQ for the \program{fetchmail} POP/IMAP client collects
+ information on POP3 server variations and RFC noncompliance
+ that may be useful if you need to write an application based
+ on the POP protocol.}
\end{seealso}
@@ -105,7 +107,7 @@ Result is in form \code{(\var{response}, ['line', ...], \var{octets})}.
\begin{methoddesc}{dele}{which}
Flag message number \var{which} for deletion. On most servers
deletions are not actually performed until QUIT (the major exception is
-Eudora QPOP, which deliberately violates the RFCs by doing pending
+Eudora QPOP, which deliberately violates the RFCs by doing pending
deletes on any disconnect).
\end{methoddesc}
@@ -123,7 +125,7 @@ Signoff: commit changes, unlock mailbox, drop connection.
\begin{methoddesc}{top}{which, howmuch}
Retrieves the message header plus \var{howmuch} lines of the message
-after the header of message number \var{which}. Result is in form
+after the header of message number \var{which}. Result is in form
\code{(\var{response}, ['line', ...], \var{octets})}.
The POP3 TOP command this method uses, unlike the RETR command,