]> granicus.if.org Git - python/commitdiff
Fix reST markup in NEWS.
authorGeorg Brandl <georg@python.org>
Sun, 30 Sep 2012 12:42:22 +0000 (14:42 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 30 Sep 2012 12:42:22 +0000 (14:42 +0200)
Misc/NEWS

index 97bb38cfd69caaf9446ec50ab3305d70674e7cd6..794363ee142874a4c75decefca9aa9ceaca8ced3 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -664,9 +664,10 @@ Tools/Demos
 - Issue #12605: The gdb hooks for debugging CPython (within Tools/gdb) have been
   enhanced to show information on more C frames relevant to CPython within the
   "py-bt" and "py-bt-full" commands:
-    * C frames that are waiting on the GIL
-    * C frames that are garbage-collecting
-    * C frames that are due to the invocation of a PyCFunction
+
+  * C frames that are waiting on the GIL
+  * C frames that are garbage-collecting
+  * C frames that are due to the invocation of a PyCFunction
 
 Documentation
 -------------