Kaydet (Commit) bf7c52c2 authored tarafından Barry Warsaw's avatar Barry Warsaw

More typo fixes.

üst 6253c2dd
...@@ -192,7 +192,7 @@ class Message: ...@@ -192,7 +192,7 @@ class Message:
These will be sorted in the order they appeared in the original These will be sorted in the order they appeared in the original
message, and may contain duplicates. Any fields deleted and 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] return [v for k, v in self._headers]
...@@ -201,7 +201,7 @@ class Message: ...@@ -201,7 +201,7 @@ class Message:
These will be sorted in the order they appeared in the original These will be sorted in the order they appeared in the original
message, and may contain duplicates. Any fields deleted and 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[:] return self._headers[:]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment