mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
More typo fixes.
This commit is contained in:
parent
6253c2dd40
commit
bf7c52c233
1 changed files with 2 additions and 2 deletions
|
@ -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[:]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue