Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.

This commit is contained in:
Zachary Ware 2014-07-16 14:48:48 -05:00
parent 2b0a610297
commit 8faecbfb42
1 changed files with 1 additions and 1 deletions

View 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