diff options
author | Jesus Cea <jcea@jcea.es> | 2014-09-21 22:44:17 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2014-09-21 22:44:17 (GMT) |
commit | e6c27c9f6b381f1970e8639d298e87446dbf1a61 (patch) | |
tree | ef9c4396e8822df951d6e7815fe3d8d6abc84ab7 | |
parent | 782781e96d80dfa9698a357787c6b5b851aace0a (diff) | |
parent | ca2e02cfe68b6d5ddf6cd3f143fe29bd748d0f12 (diff) | |
download | cpython-e6c27c9f6b381f1970e8639d298e87446dbf1a61.zip cpython-e6c27c9f6b381f1970e8639d298e87446dbf1a61.tar.gz cpython-e6c27c9f6b381f1970e8639d298e87446dbf1a61.tar.bz2 |
MERGE: Typo: headeronly -> headersonly
-rw-r--r-- | Doc/library/email.parser.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index 9f137cd..ec74fe0 100644 --- a/Doc/library/email.parser.rst +++ b/Doc/library/email.parser.rst @@ -181,7 +181,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes. .. versionchanged:: 3.3 Removed the *strict* argument. Added the *policy* keyword. - .. method:: parse(fp, headeronly=False) + .. method:: parse(fp, headersonly=False) Read all the data from the binary file-like object *fp*, parse the resulting bytes, and return the message object. *fp* must support |