mirror of
https://github.com/python/cpython.git
synced 2025-11-10 06:24:12 +00:00
Typo: headeronly -> headersonly
This commit is contained in:
parent
964fcbaf16
commit
ca2e02cfe6
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes.
|
||||||
.. versionchanged:: 3.3
|
.. versionchanged:: 3.3
|
||||||
Removed the *strict* argument. Added the *policy* keyword.
|
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
|
Read all the data from the binary file-like object *fp*, parse the
|
||||||
resulting bytes, and return the message object. *fp* must support
|
resulting bytes, and return the message object. *fp* must support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue