diff options
Diffstat (limited to 'Lib/email')
-rw-r--r-- | Lib/email/quoprimime.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/quoprimime.py b/Lib/email/quoprimime.py index c543eb5..94534f7 100644 --- a/Lib/email/quoprimime.py +++ b/Lib/email/quoprimime.py @@ -173,7 +173,7 @@ def body_encode(body, maxlinelen=76, eol=NL): if not body: return body - # quote speacial characters + # quote special characters body = body.translate(_QUOPRI_BODY_ENCODE_MAP) soft_break = '=' + eol |