summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1823a9d..4bdee9d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -897,7 +897,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_faulthandler and
- test_ctypes.
+ test_capi.
- Issue #13898: test_ssl no longer prints a spurious stack trace on Ubuntu.