commit | 697e7bacbcd85abc073a4a91eedd396940695faf | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Thu Mar 07 19:53:19 2013 +0200 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Thu Mar 07 19:53:19 2013 +0200 |
tree | d5414e94a5bc05db612a6d5da639301673bc76f8 | |
parent | 1f38621a336932754b242cd4779e7d0545fd0dfe [diff] |
Fix typo in Misc/NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS index 8cbf191..95dea0a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -951,7 +951,7 @@ ----- - 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.