Commit 8faecbfb authored by Zachary Ware's avatar Zachary Ware

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

parent 2b0a6102
...@@ -1981,7 +1981,7 @@ Methods specific to Screen, not inherited from TurtleScreen ...@@ -1981,7 +1981,7 @@ Methods specific to Screen, not inherited from TurtleScreen
:param startx: if positive, starting position in pixels from the left :param startx: if positive, starting position in pixels from the left
edge of the screen, if negative from the right edge, if None, edge of the screen, if negative from the right edge, if None,
center window horizontally 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, edge of the screen, if negative from the bottom edge, if None,
center window vertically center window vertically
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment