summaryrefslogtreecommitdiffstats
path: root/Lib/email/Message.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-11-24 16:56:56 (GMT)
committerBarry Warsaw <barry@python.org>2001-11-24 16:56:56 (GMT)
commitbf7c52c233485b0d95c3a41cb5ae9b580c4469c8 (patch)
treeb4582b2786587aa54727a17c1e585ef66e517a9f /Lib/email/Message.py
parent6253c2dd4062aff26c8f01212e1ee66b9e51725a (diff)
downloadcpython-bf7c52c233485b0d95c3a41cb5ae9b580c4469c8.zip
cpython-bf7c52c233485b0d95c3a41cb5ae9b580c4469c8.tar.gz
cpython-bf7c52c233485b0d95c3a41cb5ae9b580c4469c8.tar.bz2
More typo fixes.
Diffstat (limited to 'Lib/email/Message.py')
-rw-r--r--Lib/email/Message.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/email/Message.py b/Lib/email/Message.py
index 655e04f..91931a1 100644
--- a/Lib/email/Message.py
+++ b/Lib/email/Message.py
@@ -192,7 +192,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.
"""
return [v for k, v in self._headers]
@@ -201,7 +201,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.
"""
return self._headers[:]