From bf7c52c233485b0d95c3a41cb5ae9b580c4469c8 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 24 Nov 2001 16:56:56 +0000 Subject: [PATCH] More typo fixes. --- Lib/email/Message.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/email/Message.py b/Lib/email/Message.py index 655e04fac8..91931a11e2 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[:] -- 2.50.1