]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Correct leading spaces in my NEWS entry.
authorBrian Curtin <brian@python.org>
Mon, 11 Apr 2011 23:35:18 +0000 (18:35 -0500)
committerBrian Curtin <brian@python.org>
Mon, 11 Apr 2011 23:35:18 +0000 (18:35 -0500)
Misc/NEWS

index 19c1a9d3ef36282219890b64f37e395ad25c3f0c..a90aee9896352683b62b20d912c061832eab8195 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,8 +48,8 @@ Core and Builtins
 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.