summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.parser.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-06-24 20:48:30 (GMT)
committerGeorg Brandl <georg@python.org>2012-06-24 20:48:30 (GMT)
commit61063cca6abe36005f6e327358d533af8a56d33c (patch)
treeebd093befdd9a90317bd95efef9525b93ce43e62 /Doc/library/email.parser.rst
parentf55100132288304b8e5d4798bbb7929a512e9b57 (diff)
downloadcpython-61063cca6abe36005f6e327358d533af8a56d33c.zip
cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.gz
cpython-61063cca6abe36005f6e327358d533af8a56d33c.tar.bz2
Fix a couple of versionadded/versionchanged related markup errors.
Diffstat (limited to 'Doc/library/email.parser.rst')
-rw-r--r--Doc/library/email.parser.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst
index 96fe444..54e5521 100644
--- a/Doc/library/email.parser.rst
+++ b/Doc/library/email.parser.rst
@@ -107,7 +107,8 @@ can be much faster in these situations, since they do not attempt to parse the
message body, instead setting the payload to the raw body as a string. They
have the same API as the :class:`Parser` and :class:`BytesParser` classes.
-.. versionadded:: 3.3 BytesHeaderParser
+.. versionadded:: 3.3
+ The BytesHeaderParser class.
.. class:: Parser(_class=email.message.Message, *, policy=policy.default)