summaryrefslogtreecommitdiff
path: root/Lib/email
diff options
context:
space:
mode:
authordelirious-lettuce <delirious.lettuce@gmail.com>2017-05-19 14:37:57 -0600
committerSerhiy Storchaka <storchaka@gmail.com>2017-05-19 23:37:57 +0300
commit3378b2062c7fbb77a9b5e6d315d6b94160fac69a (patch)
tree7cfeb0047ea14f4a77c4fb5a6fd4a233120c96e0 /Lib/email
parenta632d00a1cbb6f4f8978cb45dd9789658cceb7c8 (diff)
downloadcpython-git-3378b2062c7fbb77a9b5e6d315d6b94160fac69a.tar.gz
Fix typos in multiple `.rst` files (#1668)
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 78572ae63b..fcd10bde13 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