Oops, put fix news in the right section.
diff --git a/Misc/NEWS b/Misc/NEWS
index 72dff61..9223433 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,8 +9,6 @@
 Core and Builtins
 -----------------
 
-- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
-
 - Issue #13268: Fix the assert statement when a tuple is passed as the message.
 
 - Issue #13018: Fix reference leaks in error paths in dictobject.c.
@@ -319,6 +317,8 @@
 Tests
 -----
 
+- Issue #13218: Fix test_ssl failures on Debian/Ubuntu.
+
 - Issue #12821: Fix test_fcntl failures on OpenBSD 5.
 
 - Issue #12331: The test suite for lib2to3 can now run from an installed