From 0f7c77e8dd0d58e9d8d254da5f06813551e96f70 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 5 Apr 2021 10:37:24 -0700 Subject: Fix typo in turtledemo.two_canvases. (GH-25194) (cherry picked from commit 4e2ef7084185d2220003b4b5538e3d8190b2dcd6) Co-authored-by: Terry Jan Reedy --- Lib/turtledemo/two_canvases.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/turtledemo/two_canvases.py b/Lib/turtledemo/two_canvases.py index d579876..f360258 100755 --- a/Lib/turtledemo/two_canvases.py +++ b/Lib/turtledemo/two_canvases.py @@ -1,7 +1,7 @@ """turtledemo.two_canvases Use TurtleScreen and RawTurtle to draw on two -distinct canvases in a separate windows. The +distinct canvases in a separate window. The new window must be separately closed in addition to pressing the STOP button. """ -- cgit v0.12