diff options
author | Jesus Cea <jcea@jcea.es> | 2014-09-21 22:43:39 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2014-09-21 22:43:39 (GMT) |
commit | ca2e02cfe68b6d5ddf6cd3f143fe29bd748d0f12 (patch) | |
tree | 3e47c4a6dbe0f72474e9a2fb50ead99285d77114 /Doc/library | |
parent | 964fcbaf163303f75cdc24f64f2f6788002e2564 (diff) | |
download | cpython-ca2e02cfe68b6d5ddf6cd3f143fe29bd748d0f12.zip cpython-ca2e02cfe68b6d5ddf6cd3f143fe29bd748d0f12.tar.gz cpython-ca2e02cfe68b6d5ddf6cd3f143fe29bd748d0f12.tar.bz2 |
Typo: headeronly -> headersonly
Diffstat (limited to 'Doc/library')
-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 |