commit | 8ac1495a6a1d18111a626cec0c7f2eb67df3edb3 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu May 23 15:15:30 2002 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu May 23 15:15:30 2002 +0000 |
tree | 2d91993770d3a5b3f3668857983d9bf75276b14f | |
parent | f655328483b2e237cc2f71c1c308eceb2f30f6fd [diff] [blame] |
Whitespace normalization.
diff --git a/Lib/email/Message.py b/Lib/email/Message.py index 6cb659c..84a4e16 100644 --- a/Lib/email/Message.py +++ b/Lib/email/Message.py
@@ -216,7 +216,7 @@ def get_charset(self): """Return the Charset object associated with the message's payload.""" return self._charset - + # # MAPPING INTERFACE (partial) #