mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Minor typo: Message.getall() -> Message.get_all()
This commit is contained in:
parent
012ed5da5e
commit
c421ad4a35
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue