#11515: fix several typos. Patch by Piotr Kasprzyk.

This commit is contained in:
Ezio Melotti 2011-03-15 18:55:01 +02:00
parent 1aa999c49e
commit 24b07bcba3
44 changed files with 51 additions and 50 deletions

View file

@ -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