From: Jesus Cea Date: Sun, 21 Sep 2014 22:43:39 +0000 (+0200) Subject: Typo: headeronly -> headersonly X-Git-Tag: v3.5.0a1~882^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca2e02cfe68b6d5ddf6cd3f143fe29bd748d0f12;p=python Typo: headeronly -> headersonly --- diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index 9f137cdcac..ec74fe028a 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