diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-04 05:36:56 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-04 05:36:56 (GMT) |
commit | 527e64fd68046cb6e2ff35afaf077160346d37ff (patch) | |
tree | 3cf41f7c2d1dcaabb1e36a89981820e2e4922800 /Lib/email/Message.py | |
parent | 2f93e28a19e3f250e8c19f9f4334cfa76f5e3645 (diff) | |
download | cpython-527e64fd68046cb6e2ff35afaf077160346d37ff.zip cpython-527e64fd68046cb6e2ff35afaf077160346d37ff.tar.gz cpython-527e64fd68046cb6e2ff35afaf077160346d37ff.tar.bz2 |
Whitespace normalization.
Diffstat (limited to 'Lib/email/Message.py')
-rw-r--r-- | Lib/email/Message.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/email/Message.py b/Lib/email/Message.py index 5822bad..d03b43f 100644 --- a/Lib/email/Message.py +++ b/Lib/email/Message.py @@ -20,7 +20,7 @@ SEMISPACE = '; ' paramre = re.compile(r';\s*') - + class Message: """Basic message object for use inside the object tree. @@ -430,7 +430,7 @@ class Message: def get_charsets(self, failobj=None): """Return a list containing the charset(s) used in this message. - + The returned list of items describes the Content-Type: headers' charset parameter for this message and all the subparts in its payload. |