]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
I was just testing you. Neil Norwitz gets the prize. (Fixed a typo
authorBarry Warsaw <barry@python.org>
Fri, 22 Mar 2002 16:41:18 +0000 (16:41 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 22 Mar 2002 16:41:18 +0000 (16:41 +0000)
in the description of the email package patch.)

Misc/NEWS

index 71661c6d666f7e0f33568ceca13f61e05dc1c3eb..d35e284ec578598da86518962665c9181c4518b2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,7 +9,7 @@ Extension modules
 Library
 
 - The email package bug #531966 was fixed.  This caused exceptions to
-  occur when flatting multipart/* messages with zero or one (scalar)
+  occur when flattening multipart/* messages with zero or one (scalar)
   attachment.
 
 Tools