]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in turtledemo.two_canvases. (GH-25194)
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 5 Apr 2021 17:19:13 +0000 (13:19 -0400)
committerGitHub <noreply@github.com>
Mon, 5 Apr 2021 17:19:13 +0000 (13:19 -0400)
Lib/turtledemo/two_canvases.py

index d579876616ff97ea23cf309412c8f8b5f5bcd286..f3602585ab0592c393fbe9526cb5aae4ae902f6c 100644 (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.
 """