Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca2e02c

Browse files
committed
Typo: headeronly -> headersonly
1 parent 964fcba commit ca2e02c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/email.parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes.
181181
.. versionchanged:: 3.3
182182
Removed the *strict* argument. Added the *policy* keyword.
183183

184-
.. method:: parse(fp, headeronly=False)
184+
.. method:: parse(fp, headersonly=False)
185185

186186
Read all the data from the binary file-like object *fp*, parse the
187187
resulting bytes, and return the message object. *fp* must support

0 commit comments

Comments
 (0)