commit | 527e64fd68046cb6e2ff35afaf077160346d37ff | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Oct 04 05:36:56 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Oct 04 05:36:56 2001 +0000 |
tree | 3cf41f7c2d1dcaabb1e36a89981820e2e4922800 | |
parent | 2f93e28a19e3f250e8c19f9f4334cfa76f5e3645 [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/email/MIMEText.py b/Lib/email/MIMEText.py index ccce9fb..b099598 100644 --- a/Lib/email/MIMEText.py +++ b/Lib/email/MIMEText.py
@@ -8,7 +8,7 @@ from Encoders import encode_7or8bit - + class MIMEText(MIMEBase.MIMEBase): """Class for generating text/* type MIME documents."""