mirror of
https://github.com/python/cpython.git
synced 2025-10-07 23:51:16 +00:00
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
Fix typos found by codespell in docs, docstrings, and comments.
(cherry picked from commit c3d9508ff2
)
Co-authored-by: Leo Arias <leo.arias@canonical.com>
This commit is contained in:
parent
52f745852e
commit
e86db34dd3
22 changed files with 34 additions and 35 deletions
|
@ -2745,8 +2745,8 @@ def _fold_mime_parameters(part, lines, maxlen, encoding):
|
|||
|
||||
Using the decoded list of parameters and values, format them according to
|
||||
the RFC rules, including using RFC2231 encoding if the value cannot be
|
||||
expressed in 'encoding' and/or the paramter+value is too long to fit within
|
||||
'maxlen'.
|
||||
expressed in 'encoding' and/or the parameter+value is too long to fit
|
||||
within 'maxlen'.
|
||||
|
||||
"""
|
||||
# Special case for RFC2231 encoding: start from decoded values and use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue