summaryrefslogtreecommitdiffstats
path: root/Lib/email
diff options
context:
space:
mode:
authordelirious-lettuce <delirious.lettuce@gmail.com>2017-05-22 17:16:32 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-05-22 17:16:32 (GMT)
commit1d359b8510b2030c103c840995e2388fbd8bdb30 (patch)
tree5cb6c9cbbdc230e0ecea24eabd4476729ec5a379 /Lib/email
parent65440f8278351e16350be716dff61f5f786f7060 (diff)
downloadcpython-1d359b8510b2030c103c840995e2388fbd8bdb30.zip
cpython-1d359b8510b2030c103c840995e2388fbd8bdb30.tar.gz
cpython-1d359b8510b2030c103c840995e2388fbd8bdb30.tar.bz2
[3.5] Fix typos in multiple `.rst` files (GH-1668) (#1706)
Diffstat (limited to 'Lib/email')
-rw-r--r--Lib/email/architecture.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/architecture.rst b/Lib/email/architecture.rst
index 78572ae..fcd10bd 100644
--- a/Lib/email/architecture.rst
+++ b/Lib/email/architecture.rst
@@ -66,7 +66,7 @@ data payloads.
Message Lifecycle
-----------------
-The general lifecyle of a message is:
+The general lifecycle of a message is:
Creation
A `Message` object can be created by a Parser, or it can be