commit | 4e2ef7084185d2220003b4b5538e3d8190b2dcd6 | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Mon Apr 05 13:19:13 2021 -0400 |
committer | GitHub <noreply@github.com> | Mon Apr 05 13:19:13 2021 -0400 |
tree | 1ef0ca93bf0b793cad9e04d030e88044469d3ff7 | |
parent | 04eecf7fac8bb8d7a19d14cf2009088046956ab5 [diff] [blame] |
Fix typo in turtledemo.two_canvases. (GH-25194)
diff --git a/Lib/turtledemo/two_canvases.py b/Lib/turtledemo/two_canvases.py index d579876..f360258 100644 --- 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. """