From 70d92556ebeeb71728e30be862a8c72b3d753024 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 22 Sep 2014 15:39:43 -0700 Subject: [PATCH] Fix formatting typo in Misc/NEWS. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1