Correct leading spaces in my NEWS entry.
diff --git a/Misc/NEWS b/Misc/NEWS
index 19c1a9d..a90aee9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,8 +48,8 @@
 Library
 -------
 
- - Issue #5162: Treat services like frozen executables to allow child spawning
-   from multiprocessing.forking on Windows.
+- Issue #5162: Treat services like frozen executables to allow child spawning
+  from multiprocessing.forking on Windows.
 
 - Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.