[Python-checkins] r71607 - python/trunk/Doc/library/turtle.rst

benjamin.peterson python-checkins at python.org
Tue Apr 14 23:23:09 CEST 2009


Author: benjamin.peterson
Date: Tue Apr 14 23:23:09 2009
New Revision: 71607

Log:
tupel -> tuple

Modified:
   python/trunk/Doc/library/turtle.rst

Modified: python/trunk/Doc/library/turtle.rst
==============================================================================
--- python/trunk/Doc/library/turtle.rst	(original)
+++ python/trunk/Doc/library/turtle.rst	Tue Apr 14 23:23:09 2009
@@ -1244,9 +1244,9 @@
 
 .. 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


More information about the Python-checkins mailing list