Commit c421ad4a authored by Barry Warsaw's avatar Barry Warsaw

Minor typo: Message.getall() -> Message.get_all()

parent 012ed5da
......@@ -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}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment