summaryrefslogtreecommitdiff
path: root/Doc/library/email.compat32-message.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-02-28 22:26:56 -0500
committerMariatta <Mariatta@users.noreply.github.com>2017-02-28 19:26:56 -0800
commit1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a (patch)
tree33a12cb3520fd8bfcd2288149db66b6572a378b3 /Doc/library/email.compat32-message.rst
parent626584284e74a68fff8157f9afe77b3088ff7be9 (diff)
downloadcpython-git-1cf2a809b1eb4f9fc8ac3ccc97424586892d1e1a.tar.gz
Fixed a handful of typos (GH-343)
Diffstat (limited to 'Doc/library/email.compat32-message.rst')
-rw-r--r--Doc/library/email.compat32-message.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/email.compat32-message.rst b/Doc/library/email.compat32-message.rst
index 2c65079ebd..afb5df5d42 100644
--- a/Doc/library/email.compat32-message.rst
+++ b/Doc/library/email.compat32-message.rst
@@ -37,7 +37,7 @@ generating a serialized version of the mssage, and for recursively walking over
the object tree. Note that duplicate headers are supported but special methods
must be used to access them.
-The :class:`Message` psuedo-dictionary is indexed by the header names, which
+The :class:`Message` pseudo-dictionary is indexed by the header names, which
must be ASCII values. The values of the dictionary are strings that are
supposed to contain only ASCII characters; there is some special handling for
non-ASCII input, but it doesn't always produce the correct results. Headers
@@ -181,7 +181,7 @@ Here are the methods of the :class:`Message` class:
This is a legacy method. On the
:class:`~email.emailmessage.EmailMessage` class its functionality is
replaced by :meth:`~email.message.EmailMessage.set_content` and the
- realted ``make`` and ``add`` methods.
+ related ``make`` and ``add`` methods.
.. method:: get_payload(i=None, decode=False)