Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae0f292

Browse files
committed
Fix typo reported by Robert Kern <[email protected]>.
1 parent e2571f2 commit ae0f292

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Doc/lib/librfc822.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
5252
string parameter, a comma-separated list of \rfc{822} addresses to be
5353
parsed. (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
245245
address operand (set difference).
246246
\end{methoddesc}
247247

0 commit comments

Comments
 (0)