diff options
author | delirious-lettuce <delirious.lettuce@gmail.com> | 2017-05-22 17:16:32 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-05-22 17:16:32 (GMT) |
commit | 1d359b8510b2030c103c840995e2388fbd8bdb30 (patch) | |
tree | 5cb6c9cbbdc230e0ecea24eabd4476729ec5a379 /Lib/email | |
parent | 65440f8278351e16350be716dff61f5f786f7060 (diff) | |
download | cpython-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.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 |