summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2002-08-27 22:34:44 (GMT)
committerBarry Warsaw <barry@python.org>2002-08-27 22:34:44 (GMT)
commit48b0d36b4d0c1ce00f26297a1219b39fc504b507 (patch)
tree6f320a9526061585f53cb48830231b0784715867
parent4c0134248c18403ee5f091ac36e5d16cc077bbfa (diff)
downloadcpython-48b0d36b4d0c1ce00f26297a1219b39fc504b507.zip
cpython-48b0d36b4d0c1ce00f26297a1219b39fc504b507.tar.gz
cpython-48b0d36b4d0c1ce00f26297a1219b39fc504b507.tar.bz2
Typo
-rw-r--r--Lib/email/Message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/email/Message.py b/Lib/email/Message.py
index 8b4f8bd..65e3c6d 100644
--- a/Lib/email/Message.py
+++ b/Lib/email/Message.py
@@ -57,7 +57,7 @@ def _unquotevalue(value):
return Utils.unquote(value)
-
+
class Message:
"""Basic message object for use inside the object tree.