summaryrefslogtreecommitdiff
path: root/Doc/library/email.parser.rst
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2018-12-05 16:45:30 -0300
committerSerhiy Storchaka <storchaka@gmail.com>2018-12-05 21:45:30 +0200
commit55f41e45b4318cbe19209f5144641344d0049fb8 (patch)
treeec0b6422a595cf8cfbae67d0525f6644b9314833 /Doc/library/email.parser.rst
parent1ce853f37783575e2b3aaa159ddcebc8660830ef (diff)
downloadcpython-git-55f41e45b4318cbe19209f5144641344d0049fb8.tar.gz
Correct a couple of unbalanced parenthesis. (GH-10779)
Diffstat (limited to 'Doc/library/email.parser.rst')
-rw-r--r--Doc/library/email.parser.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst
index 49b4e99270..d9a61616bb 100644
--- a/Doc/library/email.parser.rst
+++ b/Doc/library/email.parser.rst
@@ -164,7 +164,7 @@ message body, instead setting the payload to the raw body.
envelope header. The header block is terminated either by the end of the
data or by a blank line. Following the header block is the body of the
message (which may contain MIME-encoded subparts, including subparts
- with a :mailheader:`Content-Transfer-Encoding` of ``8bit``.
+ with a :mailheader:`Content-Transfer-Encoding` of ``8bit``).
Optional *headersonly* is a flag specifying whether to stop parsing after
reading the headers or not. The default is ``False``, meaning it parses