From: Barry Warsaw Date: Wed, 22 May 2002 01:22:46 +0000 (+0000) Subject: Minor typo: Message.getall() -> Message.get_all() X-Git-Tag: v2.3c1~5624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c421ad4a35513c5dd2121a7c85ce5f3085d299a1;p=python Minor typo: Message.getall() -> Message.get_all() --- diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex index 8ebee97c1a..75f3798704 100644 --- a/Doc/lib/emailutil.tex +++ b/Doc/lib/emailutil.tex @@ -34,7 +34,7 @@ for a \mailheader{To} or \mailheader{Cc} header. If the first element of \begin{funcdesc}{getaddresses}{fieldvalues} This method returns a list of 2-tuples of the form returned by \code{parseaddr()}. \var{fieldvalues} is a sequence of header field -values as might be returned by \method{Message.getall()}. Here's a +values as might be returned by \method{Message.get_all()}. Here's a simple example that gets all the recipients of a message: \begin{verbatim}