summaryrefslogtreecommitdiff
path: root/Lib/lib-tk/turtle.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-03-15 18:55:01 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2011-03-15 18:55:01 +0200
commit24b07bcba350bb86c4d6ca446e1564647a199868 (patch)
tree1815b1c49a6aec401da86b33fa81d06a0c735679 /Lib/lib-tk/turtle.py
parent1aa999c49ed82c89257c13cba5e210c3ba34c130 (diff)
downloadcpython-git-24b07bcba350bb86c4d6ca446e1564647a199868.tar.gz
#11515: fix several typos. Patch by Piotr Kasprzyk.
Diffstat (limited to 'Lib/lib-tk/turtle.py')
-rw-r--r--Lib/lib-tk/turtle.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/lib-tk/turtle.py b/Lib/lib-tk/turtle.py
index 23e407d3fb..20d6e90dc2 100644
--- a/Lib/lib-tk/turtle.py
+++ b/Lib/lib-tk/turtle.py
@@ -1385,7 +1385,7 @@ class TurtleScreen(TurtleScreenBase):
Optional argument:
picname -- a string, name of a gif-file or "nopic".
- If picname is a filename, set the corresponing image as background.
+ If picname is a filename, set the corresponding image as background.
If picname is "nopic", delete backgroundimage, if present.
If picname is None, return the filename of the current backgroundimage.
@@ -3221,7 +3221,7 @@ class RawTurtle(TPen, TNavigator):
def dot(self, size=None, *color):
"""Draw a dot with diameter size, using color.
- Optional argumentS:
+ Optional arguments:
size -- an integer >= 1 (if given)
color -- a colorstring or a numeric color tuple