commit | 48b0d36b4d0c1ce00f26297a1219b39fc504b507 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Aug 27 22:34:44 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Aug 27 22:34:44 2002 +0000 |
tree | 6f320a9526061585f53cb48830231b0784715867 | |
parent | 4c0134248c18403ee5f091ac36e5d16cc077bbfa [diff] [blame] |
Typo
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 @@ return Utils.unquote(value) - + class Message: """Basic message object for use inside the object tree.