summaryrefslogtreecommitdiffstats
path: root/Lib/email/Message.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2001-11-24 15:49:53 (GMT)
committerGreg Ward <gward@python.net>2001-11-24 15:49:53 (GMT)
commit6253c2dd4062aff26c8f01212e1ee66b9e51725a (patch)
treea93e1dfebe31735e6cab0383b32633cce9cbb993 /Lib/email/Message.py
parent2b4d580a41eea93d7ef34eb8206e0e0b0fa45e93 (diff)
downloadcpython-6253c2dd4062aff26c8f01212e1ee66b9e51725a.zip
cpython-6253c2dd4062aff26c8f01212e1ee66b9e51725a.tar.gz
cpython-6253c2dd4062aff26c8f01212e1ee66b9e51725a.tar.bz2
Docstring typo fix.
Diffstat (limited to 'Lib/email/Message.py')
-rw-r--r--Lib/email/Message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/Message.py b/Lib/email/Message.py
index 7216e38..655e04f 100644
--- a/Lib/email/Message.py
+++ b/Lib/email/Message.py
@@ -226,7 +226,7 @@ class Message:
These will be sorted in the order they appeared in the original
message, and may contain duplicates. Any fields deleted and
- re-inserted are alwyas appended to the header list.
+ re-inserted are always appended to the header list.
If no such fields exist, failobj is returned (defaults to None).
"""