[3.9] Fix typo in turtledemo.two_canvases. (GH-25194)

(cherry picked from commit 4e2ef70841)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2021-04-05 10:43:15 -07:00 committed by GitHub
parent c3c43dc07b
commit 82cd24a03c
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.
"""