From: Florent Xicluna Date: Sun, 8 Aug 2010 18:03:44 +0000 (+0000) Subject: Typo. X-Git-Tag: v3.2a2~419 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7eaec699ec03217a0800d4b4b3f63c4a98b2200;p=python Typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5159bf2ea7..318b826d21 100644 --- 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.