mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[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:
parent
c3c43dc07b
commit
82cd24a03c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue