From: Barry Warsaw Date: Tue, 27 Aug 2002 22:34:44 +0000 (+0000) Subject: Typo X-Git-Tag: v2.3c1~4278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48b0d36b4d0c1ce00f26297a1219b39fc504b507;p=thirdparty%2FPython%2Fcpython.git Typo --- diff --git a/Lib/email/Message.py b/Lib/email/Message.py index 8b4f8bdb5b74..65e3c6d5ab8a 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.