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

Skip to content

Commit c421ad4

Browse files
committed
Minor typo: Message.getall() -> Message.get_all()
1 parent 012ed5d commit c421ad4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/emailutil.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
\begin{funcdesc}{getaddresses}{fieldvalues}
3535
This method returns a list of 2-tuples of the form returned by
3636
\code{parseaddr()}. \var{fieldvalues} is a sequence of header field
37-
values as might be returned by \method{Message.getall()}. Here's a
37+
values as might be returned by \method{Message.get_all()}. Here's a
3838
simple example that gets all the recipients of a message:
3939

4040
\begin{verbatim}

0 commit comments

Comments
 (0)