mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
613debcf0a
commit
15f44ab043
72 changed files with 121 additions and 121 deletions
|
@ -1043,7 +1043,7 @@ class MIMEPart(Message):
|
|||
yield from parts
|
||||
return
|
||||
# Otherwise we more or less invert the remaining logic in get_body.
|
||||
# This only really works in edge cases (ex: non-text relateds or
|
||||
# This only really works in edge cases (ex: non-text related or
|
||||
# alternatives) if the sending agent sets content-disposition.
|
||||
seen = [] # Only skip the first example of each candidate type.
|
||||
for part in parts:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue