diff options
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/emailutil.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
