From: Zachary Ware Date: Wed, 16 Jul 2014 19:48:11 +0000 (-0500) Subject: Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. X-Git-Tag: v2.7.9rc1~368 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d011e6c2c022c89a63bf0ec454a93fbff6b49b4;p=thirdparty%2FPython%2Fcpython.git Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index f04a07a4dfb4..01da6a073401 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -1859,7 +1859,7 @@ Methods specific to Screen, not inherited from TurtleScreen :param startx: if positive, starting position in pixels from the left edge of the screen, if negative from the right edge, if None, center window horizontally - :param startx: if positive, starting position in pixels from the top + :param starty: if positive, starting position in pixels from the top edge of the screen, if negative from the bottom edge, if None, center window vertically