[Python-checkins] cpython (3.4): Typo: headeronly -> headersonly

jesus.cea python-checkins at python.org
Mon Sep 22 00:44:27 CEST 2014


https://hg.python.org/cpython/rev/f674f16a70bc
changeset:   92515:f674f16a70bc
branch:      3.4
parent:      92513:7b92518b2c21
user:        Jesus Cea <jcea at jcea.es>
date:        Mon Sep 22 00:43:39 2014 +0200
summary:
  Typo: headeronly -> headersonly

files:
  Doc/library/email.parser.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst
--- a/Doc/library/email.parser.rst
+++ b/Doc/library/email.parser.rst
@@ -181,7 +181,7 @@
    .. 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list