NEWS: Move #6612 to Library section
diff --git a/Misc/NEWS b/Misc/NEWS
index a397539..8ff3f3b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,12 +10,12 @@
 Core and Builtins
 -----------------
 
-- Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
-  current directory was deleted. Patch written by W. Trevor King.
-
 Library
 -------
 
+- Issue #6612: Fix site and sysconfig to catch os.getcwd() error, eg. if the
+  current directory was deleted. Patch written by W. Trevor King.
+
 - Issue #3873: Speed up unpickling from file objects which have a peek()
   method.