Fix rewrapping accident.
This commit is contained in:
parent
49cc4eafcb
commit
95089bc9bf
|
@ -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
|
:param canvwidth: positive integer, new width of canvas in pixels
|
||||||
canvheight: positive integer, new height of canvas in pixels :param bg:
|
:param canvheight: positive integer, new height of canvas in pixels
|
||||||
colorstring or color-tuple, new background color
|
:param bg: 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
|
||||||
|
|
Loading…
Reference in New Issue