summaryrefslogtreecommitdiffstats
path: root/Doc/library/email.policy.rst
diff options
context:
space:
mode:
authordelirious-lettuce <delirious.lettuce@gmail.com>2017-05-19 20:37:57 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-05-19 20:37:57 (GMT)
commit3378b2062c7fbb77a9b5e6d315d6b94160fac69a (patch)
tree7cfeb0047ea14f4a77c4fb5a6fd4a233120c96e0 /Doc/library/email.policy.rst
parenta632d00a1cbb6f4f8978cb45dd9789658cceb7c8 (diff)
downloadcpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.zip
cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.tar.gz
cpython-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.tar.bz2
Fix typos in multiple `.rst` files (#1668)
Diffstat (limited to 'Doc/library/email.policy.rst')
-rw-r--r--Doc/library/email.policy.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/email.policy.rst b/Doc/library/email.policy.rst
index 8a41877..8e70762 100644
--- a/Doc/library/email.policy.rst
+++ b/Doc/library/email.policy.rst
@@ -276,7 +276,7 @@ added matters. To illustrate::
Called when a header is added to an :class:`~email.message.EmailMessage`
or :class:`~email.message.Message` object. If the returned value is not
``0`` or ``None``, and there are already a number of headers with the
- name *name* greather than or equal to the value returned, a
+ name *name* greater than or equal to the value returned, a
:exc:`ValueError` is raised.
Because the default behavior of ``Message.__setitem__`` is to append the
@@ -533,7 +533,7 @@ more closely to the RFCs relevant to their domains.
The same as ``SMTP`` except that :attr:`~EmailPolicy.utf8` is ``True``.
Useful for serializing messages to a message store without using encoded
- words in the headers. Should only be used for SMTP trasmission if the
+ words in the headers. Should only be used for SMTP transmission if the
sender or recipient addresses have non-ASCII characters (the
:meth:`smtplib.SMTP.send_message` method handles this automatically).
@@ -647,5 +647,5 @@ The header objects and their attributes are described in
.. rubric:: Footnotes
-.. [1] Oringally added in 3.3 as a :term:`provisional feature <provisional
+.. [1] Originally added in 3.3 as a :term:`provisional feature <provisional
package>`.