Fix typo in turtledemo.two_canvases. (GH-25194)

This commit is contained in:
Terry Jan Reedy 2021-04-05 13:19:13 -04:00 committed by GitHub
parent 04eecf7fac
commit 4e2ef70841
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.
"""