Kaydet (Commit) 5c991489 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

tupel -> tuple

üst eb6e0f58
...@@ -1244,9 +1244,9 @@ Window control ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment