Skip to content

Commit 0f7c77e

Browse files
Fix typo in turtledemo.two_canvases. (GH-25194)
(cherry picked from commit 4e2ef70) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 06653f8 commit 0f7c77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/turtledemo/two_canvases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""turtledemo.two_canvases
22
33
Use TurtleScreen and RawTurtle to draw on two
4-
distinct canvases in a separate windows. The
4+
distinct canvases in a separate window. The
55
new window must be separately closed in
66
addition to pressing the STOP button.
77
"""

0 commit comments

Comments
 (0)