From: Michael W. Hudson Date: Fri, 23 Aug 2002 16:08:38 +0000 (+0000) Subject: backport bwarsaw's checkin of X-Git-Tag: v2.2.2b1~201 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=920286341d73634ebc1022b84e9199849ce2a85f;p=thirdparty%2FPython%2Fcpython.git backport bwarsaw's checkin of revision 1.6 of emailutil.tex Minor typo: Message.getall() -> Message.get_all() --- diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex index 8ebee97c1a0f..75f37987049f 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}