From: Benjamin Peterson Date: Tue, 14 Apr 2009 21:23:09 +0000 (+0000) Subject: tupel -> tuple X-Git-Tag: v2.7a1~1473 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c9914899bb220eefceb4fad685694bbc04a905c;p=thirdparty%2FPython%2Fcpython.git tupel -> tuple --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 97074204a4b1..bf567a2cb10a 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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