Skip to content

Commit

Permalink
[3.9] Fix typo in turtledemo.two_canvases. (GH-25194)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4e2ef70)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
  • Loading branch information
miss-islington committed Apr 5, 2021
1 parent c3c43dc commit 82cd24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.
"""
Expand Down

0 comments on commit 82cd24a

Please sign in to comment.