diff options
author | delirious-lettuce <delirious.lettuce@gmail.com> | 2017-05-21 21:26:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-05-21 21:26:01 (GMT) |
commit | 0702cc01fa3dc52087a5d468fc5a4984f3697446 (patch) | |
tree | b528e3bf3c38efdb39a5810ec7b9ddfa55a82336 /Lib/email | |
parent | cf5c1be8f6e0bc90280f66c65bb49808f01bfb3a (diff) | |
download | cpython-0702cc01fa3dc52087a5d468fc5a4984f3697446.zip cpython-0702cc01fa3dc52087a5d468fc5a4984f3697446.tar.gz cpython-0702cc01fa3dc52087a5d468fc5a4984f3697446.tar.bz2 |
[3.6] Fix typos in multiple `.rst` files (GH-1668) (#1702)
(cherry picked from commit 3378b2062c7fbb77a9b5e6d315d6b94160fac69a)
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/architecture.rst | 2 |
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 |