.. 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
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
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
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