]> granicus.if.org Git - python/commitdiff
Typo: headeronly -> headersonly
authorJesus Cea <jcea@jcea.es>
Sun, 21 Sep 2014 22:43:39 +0000 (00:43 +0200)
committerJesus Cea <jcea@jcea.es>
Sun, 21 Sep 2014 22:43:39 +0000 (00:43 +0200)
Doc/library/email.parser.rst

index 9f137cdcac24f7f7d6ac003525f082aa008514b8..ec74fe028a58928284a269237d5dae7dfb363b2a 100644 (file)
@@ -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