]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] Fix typo in turtledemo.two_canvases. (GH-25194)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Apr 2021 17:43:15 +0000 (10:43 -0700)
committerGitHub <noreply@github.com>
Mon, 5 Apr 2021 17:43:15 +0000 (13:43 -0400)
(cherry picked from commit 4e2ef7084185d2220003b4b5538e3d8190b2dcd6)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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.
 """