]> granicus.if.org Git - python/commitdiff
tupel -> tuple
authorBenjamin Peterson <benjamin@python.org>
Tue, 14 Apr 2009 21:23:09 +0000 (21:23 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 14 Apr 2009 21:23:09 +0000 (21:23 +0000)
Doc/library/turtle.rst

index 97074204a4b1adde6388b3f0fb3ba42feab10054..bf567a2cb10a8a4b594ade158ef1e337703418f4 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-tupel, 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