]> granicus.if.org Git - python/commitdiff
#21300: fix typo
authorR David Murray <rdmurray@bitdance.com>
Thu, 8 May 2014 14:05:47 +0000 (10:05 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 8 May 2014 14:05:47 +0000 (10:05 -0400)
Doc/library/email.message.rst
Doc/library/email.parser.rst

index 58f708ccaf240f43ff39b8d4af16b05b616c1800..8573e850229ef2073fad9186fd32bf3131842d81 100644 (file)
@@ -34,7 +34,7 @@ Here are the methods of the :class:`Message` class:
 .. class:: Message(policy=compat32)
 
    If *policy* is specified (it must be an instance of a :mod:`~email.policy`
-   class) use the rules it specifies to udpate and serialize the representation
+   class) use the rules it specifies to update and serialize 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
index 90d2c54de02149489ae93a44ef6088a94287d1fc..9f137cdcac24f7f7d6ac003525f082aa008514b8 100644 (file)
@@ -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