From: Ned Deily Date: Mon, 22 Sep 2014 22:39:43 +0000 (-0700) Subject: Fix formatting typo in Misc/NEWS. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70d92556ebeeb71728e30be862a8c72b3d753024;p=python Fix formatting typo in Misc/NEWS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 82d1d59fe3..39f6fce3d1 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.