tupel -> tuple

This commit is contained in:
Benjamin Peterson 2009-04-14 21:23:09 +00:00
parent eb6e0f583d
commit 5c9914899b
1 changed files with 3 additions and 3 deletions

View File

@ -1244,9 +1244,9 @@ Window control
.. function:: screensize(canvwidth=None, canvheight=None, bg=None) .. function:: screensize(canvwidth=None, canvheight=None, bg=None)
:param canvwidth: positive integer, new width of canvas in pixels :param canvwidth: positive integer, new width of canvas in pixels :param
:param canvheight: positive integer, new height of canvas in pixels canvheight: positive integer, new height of canvas in pixels :param bg:
:param bg: colorstring or color-tupel, new background color colorstring or color-tuple, new background color
If no arguments are given, return current (canvaswidth, canvasheight). Else If no arguments are given, return current (canvaswidth, canvasheight). Else
resize the canvas the turtles are drawing on. Do not alter the drawing resize the canvas the turtles are drawing on. Do not alter the drawing