From ca2e02cfe68b6d5ddf6cd3f143fe29bd748d0f12 Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Mon, 22 Sep 2014 00:43:39 +0200 Subject: [PATCH] Typo: headeronly -> headersonly --- Doc/library/email.parser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst index 9f137cdcac2..ec74fe028a5 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