From: Ned Deily Date: Mon, 22 Sep 2014 22:34:19 +0000 (-0700) Subject: Fix formatting typo in Misc/NEWS. X-Git-Tag: v3.4.3rc1~632 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14aa0578833e5284d212a3b02814c88121d23dfc;p=thirdparty%2FPython%2Fcpython.git Fix formatting typo in Misc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 5cdb5bd96c7b..bf5dd5b8542f 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.