]> 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:48 +0000 (14:48 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Wed, 16 Jul 2014 19:48:48 +0000 (14:48 -0500)
Doc/library/turtle.rst

index b015530cca5fc5e579f497466c2cfee7cd83eee9..9e70b405cd7b51da124e3afb0bbb804f7cf717cc 100644 (file)
@@ -1981,7 +1981,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