Skip to content

Commit 4e2ef70

Browse files
authored
Fix typo in turtledemo.two_canvases. (GH-25194)
1 parent 04eecf7 commit 4e2ef70

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)