Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964fcba commit ca2e02cCopy full SHA for ca2e02c
1 file changed
Doc/library/email.parser.rst
@@ -181,7 +181,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes.
181
.. versionchanged:: 3.3
182
Removed the *strict* argument. Added the *policy* keyword.
183
184
- .. method:: parse(fp, headeronly=False)
+ .. method:: parse(fp, headersonly=False)
185
186
Read all the data from the binary file-like object *fp*, parse the
187
resulting bytes, and return the message object. *fp* must support
0 commit comments