summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-09-22 15:34:19 -0700
committerNed Deily <nad@acm.org>2014-09-22 15:34:19 -0700
commit14aa0578833e5284d212a3b02814c88121d23dfc (patch)
tree1da5cc2e759fea47e782937a2deddcd1f4df503b
parent90d76ca7657566825daf8e5b22ab011f70439769 (diff)
downloadcpython-git-14aa0578833e5284d212a3b02814c88121d23dfc.tar.gz
Fix formatting typo in Misc/NEWS.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5cdb5bd96c..bf5dd5b854 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -104,7 +104,7 @@ Library
selection or control(command) '-' or '+' or control-mousewheel.
Original patch by Lita Cho.
-_ 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.