]> granicus.if.org Git - python/commitdiff
Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.
authorZachary Ware <zachary.ware@gmail.com>
Wed, 16 Jul 2014 19:48:11 +0000 (14:48 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 16 Jul 2014 19:48:11 +0000 (14:48 -0500)
Doc/library/turtle.rst

index f04a07a4dfb48bbbc464072a95983bbfdf55df4a..01da6a073401f92c2c7d3354652d129a356b3cea 100644 (file)
@@ -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