summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 65781f8..b8070fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1129,7 +1129,7 @@ Library
- Issue #6553: Fixed a crash in cPickle.load(), when given a file-like object
containing incomplete data.
-- Issue #2622: Fixed an ImportError when importing email.messsage from a
+- Issue #2622: Fixed an ImportError when importing email.message from a
standalone application built with py2exe or py2app.
- Issue #6455: Fixed test_build_ext under win32.