]> granicus.if.org Git - python/commitdiff
Fix rewrapping accident.
authorGeorg Brandl <georg@python.org>
Thu, 23 Apr 2009 08:49:39 +0000 (08:49 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 23 Apr 2009 08:49:39 +0000 (08:49 +0000)
Doc/library/turtle.rst

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