]> granicus.if.org Git - python/commitdiff
Fix formatting typo in Misc/NEWS.
authorNed Deily <nad@acm.org>
Mon, 22 Sep 2014 22:39:43 +0000 (15:39 -0700)
committerNed Deily <nad@acm.org>
Mon, 22 Sep 2014 22:39:43 +0000 (15:39 -0700)
Misc/NEWS

index 82d1d59fe33fe61e389749ce2fc8c86d45e8d3dc..39f6fce3d1ae68bb9590909e69442232867d8585 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,7 +52,7 @@ Library
   Initialization of variables and gui setup should be done in main(),
   which is called each time a demo is run, but not on import.
 
-_ Issue #21597: The separator between the turtledemo text pane and the drawing
+- Issue #21597: The separator between the turtledemo text pane and the drawing
   canvas can now be grabbed and dragged with a mouse.  The code text pane can
   be widened to easily view or copy the full width of the text.  The canvas
   can be widened on small screens.  Original patches by Jan Kanis and Lita Cho.