diff options
author | Barry Warsaw <barry@python.org> | 2002-08-27 22:34:44 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-08-27 22:34:44 (GMT) |
commit | 48b0d36b4d0c1ce00f26297a1219b39fc504b507 (patch) | |
tree | 6f320a9526061585f53cb48830231b0784715867 /Lib/email/Message.py | |
parent | 4c0134248c18403ee5f091ac36e5d16cc077bbfa (diff) | |
download | cpython-48b0d36b4d0c1ce00f26297a1219b39fc504b507.zip cpython-48b0d36b4d0c1ce00f26297a1219b39fc504b507.tar.gz cpython-48b0d36b4d0c1ce00f26297a1219b39fc504b507.tar.bz2 |
Typo
Diffstat (limited to 'Lib/email/Message.py')
-rw-r--r-- | Lib/email/Message.py | 2 |
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. |