From 8faecbfb425747130061e89eb619cb6dcdfa1c49 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Wed, 16 Jul 2014 14:48:48 -0500 Subject: [PATCH] Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@. --- Doc/library/turtle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index b015530cca5..9e70b405cd7 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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