summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2021-04-05 17:19:13 (GMT)
committerGitHub <noreply@github.com>2021-04-05 17:19:13 (GMT)
commit4e2ef7084185d2220003b4b5538e3d8190b2dcd6 (patch)
tree1ef0ca93bf0b793cad9e04d030e88044469d3ff7
parent04eecf7fac8bb8d7a19d14cf2009088046956ab5 (diff)
downloadcpython-4e2ef7084185d2220003b4b5538e3d8190b2dcd6.zip
cpython-4e2ef7084185d2220003b4b5538e3d8190b2dcd6.tar.gz
cpython-4e2ef7084185d2220003b4b5538e3d8190b2dcd6.tar.bz2
Fix typo in turtledemo.two_canvases. (GH-25194)
-rw-r--r--Lib/turtledemo/two_canvases.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtledemo/two_canvases.py b/Lib/turtledemo/two_canvases.py
index d579876..f360258 100644
--- a/Lib/turtledemo/two_canvases.py
+++ b/Lib/turtledemo/two_canvases.py
@@ -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.
"""