mirror of
https://github.com/python/cpython.git
synced 2025-08-27 12:16:04 +00:00
#11515: Merge with 3.1.
This commit is contained in:
commit
4969f709cc
49 changed files with 58 additions and 58 deletions
|
@ -1464,7 +1464,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.
|
||||
|
||||
|
@ -3352,7 +3352,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue