]> granicus.if.org Git - python/commitdiff
Fix typo in Misc/NEWS entry.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 7 Mar 2013 17:53:19 +0000 (19:53 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 7 Mar 2013 17:53:19 +0000 (19:53 +0200)
Misc/NEWS

index 8cbf191814f5cc3f2195a35e1d0c430cce29a9fa..95dea0aac8cbd6adc615187777dc76fc98601a8c 100644 (file)
--- 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.