summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librfc822.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-10 15:03:07 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-10 15:03:07 (GMT)
commitae0f2925761a30984dadafd89dff1e7b64e947a5 (patch)
treeaf509fd854d03ca92efca5afa3f4dd7375008445 /Doc/lib/librfc822.tex
parente2571f2ce78189bdd35c3659c6fcbed584528813 (diff)
downloadcpython-ae0f2925761a30984dadafd89dff1e7b64e947a5.zip
cpython-ae0f2925761a30984dadafd89dff1e7b64e947a5.tar.gz
cpython-ae0f2925761a30984dadafd89dff1e7b64e947a5.tar.bz2
Fix typo reported by Robert Kern <kernr@ncifcrf.gov>.
Diffstat (limited to 'Doc/lib/librfc822.tex')
-rw-r--r--Doc/lib/librfc822.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex
index 3fe7505..6fecced 100644
--- a/Doc/lib/librfc822.tex
+++ b/Doc/lib/librfc822.tex
@@ -48,7 +48,7 @@ e.g.\ \code{\var{m}['From']}, \code{\var{m}['from']} and
\end{classdesc}
\begin{classdesc}{AddressList}{field}
-You may instantiate the AddresssList helper class using a single
+You may instantiate the \class{AddressList} helper class using a single
string parameter, a comma-separated list of \rfc{822} addresses to be
parsed. (The parameter \code{None} yields an empty list.)
\end{classdesc}
@@ -235,13 +235,13 @@ Addresses are rendered in "name" <host@domain> form, comma-separated.
\end{methoddesc}
\begin{methoddesc}{__add__}{name}
-Return an AddressList instance that contains all addresses in both
-AddressList operands, with duplicates removed (set union).
+Return an \class{AddressList} instance that contains all addresses in
+both \class{AddressList} operands, with duplicates removed (set union).
\end{methoddesc}
\begin{methoddesc}{__sub__}{name}
-Return an AddressList instance that contains every address in the
-left-hand AddressList operand that is not present in the right-hand
+Return an \class{AddressList} instance that contains every address in the
+left-hand \class{AddressList} operand that is not present in the right-hand
address operand (set difference).
\end{methoddesc}