]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
More typo fixes.
authorBarry Warsaw <barry@python.org>
Sat, 24 Nov 2001 16:56:56 +0000 (16:56 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 24 Nov 2001 16:56:56 +0000 (16:56 +0000)
Lib/email/Message.py

index 655e04fac8f81ce79a7a80552f59b127b4254fd0..91931a11e2dae6d3326e9b6dea96d321fbd54c7f 100644 (file)
@@ -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[:]