summaryrefslogtreecommitdiffstats
path: root/Lib/email/Message.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/email/Message.py')
-rw-r--r--Lib/email/Message.py4
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.