summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-09-22 22:39:43 (GMT)
committerNed Deily <nad@acm.org>2014-09-22 22:39:43 (GMT)
commit70d92556ebeeb71728e30be862a8c72b3d753024 (patch)
tree1b54e1e100d25ab019b257d37ad993bae847e7ec /Misc
parentbd5c6f2fab2abf7ccd2633bc5c1e4570407c794d (diff)
downloadcpython-70d92556ebeeb71728e30be862a8c72b3d753024.zip
cpython-70d92556ebeeb71728e30be862a8c72b3d753024.tar.gz
cpython-70d92556ebeeb71728e30be862a8c72b3d753024.tar.bz2
Fix formatting typo in Misc/NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 82d1d59..39f6fce 100644
--- 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.