[Python-checkins] cpython (2.7): Fix formatting typo in Misc/NEWS.

ned.deily python-checkins at python.org
Tue Sep 23 00:40:32 CEST 2014


https://hg.python.org/cpython/rev/66e6807442c9
changeset:   92528:66e6807442c9
branch:      2.7
parent:      92512:d4630b1c8792
user:        Ned Deily <nad at acm.org>
date:        Mon Sep 22 15:39:43 2014 -0700
summary:
  Fix formatting typo in Misc/NEWS.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,7 +52,7 @@
   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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list