From: Ezio Melotti Date: Thu, 7 Mar 2013 17:53:19 +0000 (+0200) Subject: Fix typo in Misc/NEWS entry. X-Git-Tag: v3.2.4rc1~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=697e7bacbcd85abc073a4a91eedd396940695faf;p=thirdparty%2FPython%2Fcpython.git Fix typo in Misc/NEWS entry. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8cbf191814f5..95dea0aac8cb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -951,7 +951,7 @@ Tests ----- - Issue #11732: add a new suppress_crash_popup() context manager to test.support - that disables crash popups on Windows and use it in test_ctypes. + that disables crash popups on Windows and use it in test_capi. - Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.