summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.parser.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-05-08 14:05:47 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-05-08 14:05:47 (GMT)
commita83ade1d60a18d7cf2f96f9e059947a770c491ee (patch)
treec242fc058ca9a53936e5272df42d01a5654be71b /Doc/library/email.parser.rst
parent5b74badc8d9409ba45b14c8c469e7deed37cecc6 (diff)
downloadcpython-a83ade1d60a18d7cf2f96f9e059947a770c491ee.zip
cpython-a83ade1d60a18d7cf2f96f9e059947a770c491ee.tar.gz
cpython-a83ade1d60a18d7cf2f96f9e059947a770c491ee.tar.bz2
#21300: fix typo
Diffstat (limited to 'Doc/library/email.parser.rst')
-rw-r--r--Doc/library/email.parser.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/email.parser.rst b/Doc/library/email.parser.rst
index 90d2c54..9f137cd 100644
--- a/Doc/library/email.parser.rst
+++ b/Doc/library/email.parser.rst
@@ -67,7 +67,7 @@ Here is the API for the :class:`FeedParser`:
defaults to the :class:`email.message.Message` class.
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
- class) use the rules it specifies to udpate the representation of the
+ class) use the rules it specifies to update the representation of the
message. If *policy* is not set, use the :class:`compat32
<email.policy.Compat32>` policy, which maintains backward compatibility with
the Python 3.2 version of the email package. For more information see the
@@ -125,7 +125,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes.
be called without arguments.
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
- class) use the rules it specifies to udpate the representation of the
+ class) use the rules it specifies to update the representation of the
message. If *policy* is not set, use the :class:`compat32
<email.policy.Compat32>` policy, which maintains backward compatibility with
the Python 3.2 version of the email package. For more information see the
@@ -172,7 +172,7 @@ have the same API as the :class:`Parser` and :class:`BytesParser` classes.
the :class:`Parser` constructor.
If *policy* is specified (it must be an instance of a :mod:`~email.policy`
- class) use the rules it specifies to udpate the representation of the
+ class) use the rules it specifies to update the representation of the
message. If *policy* is not set, use the :class:`compat32
<email.policy.Compat32>` policy, which maintains backward compatibility with
the Python 3.2 version of the email package. For more information see the