File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ \section{\module{rfc822} ---
4848\end {classdesc }
4949
5050\begin {classdesc }{AddressList}{field}
51- You may instantiate the AddresssList helper class using a single
51+ You may instantiate the \class {AddressList} helper class using a single
5252string parameter, a comma-separated list of \rfc {822} addresses to be
5353parsed. (The parameter \code {None} yields an empty list.)
5454\end {classdesc }
@@ -235,13 +235,13 @@ \subsection{AddressList Objects \label{addresslist-objects}}
235235\end {methoddesc }
236236
237237\begin {methoddesc }{__add__}{name}
238- Return an AddressList instance that contains all addresses in both
239- AddressList operands, with duplicates removed (set union).
238+ Return an \class { AddressList} instance that contains all addresses in
239+ both \class { AddressList} operands, with duplicates removed (set union).
240240\end {methoddesc }
241241
242242\begin {methoddesc }{__sub__}{name}
243- Return an AddressList instance that contains every address in the
244- left-hand AddressList operand that is not present in the right-hand
243+ Return an \class { AddressList} instance that contains every address in the
244+ left-hand \class { AddressList} operand that is not present in the right-hand
245245address operand (set difference).
246246\end {methoddesc }
247247
You can’t perform that action at this time.
0 commit comments