]> granicus.if.org Git - python/commitdiff
Typo.
authorFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 8 Aug 2010 18:03:44 +0000 (18:03 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Sun, 8 Aug 2010 18:03:44 +0000 (18:03 +0000)
Misc/NEWS

index 5159bf2ea7edaa2fc282effd62fdd6b997a0e2bc..318b826d21e75ffb81f6c1ae5cb9889390ad497b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2894,7 +2894,7 @@ Library
 
 - Issue #6314: logging: Extra checks on the "level" argument in more places.
 
-- 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.