From 48b0d36b4d0c1ce00f26297a1219b39fc504b507 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 27 Aug 2002 22:34:44 +0000 Subject: Typo --- Lib/email/Message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12