mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #27076: Doc, comment and tests spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
This commit is contained in:
parent
eb9aca3c07
commit
46f50726a0
67 changed files with 241 additions and 241 deletions
|
@ -2498,7 +2498,7 @@ class Test_parse_mime_parameters(TestParserMixin, TestEmailBase):
|
|||
# Note that it is undefined what we should do for error recovery when
|
||||
# there are duplicate parameter names or duplicate parts in a split
|
||||
# part. We choose to ignore all duplicate parameters after the first
|
||||
# and to take duplicate or missing rfc 2231 parts in apperance order.
|
||||
# and to take duplicate or missing rfc 2231 parts in appearance order.
|
||||
# This is backward compatible with get_param's behavior, but the
|
||||
# decisions are arbitrary.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue