Note that first coord. is left alone

This commit is contained in:
Andrew M. Kuchling 2009-01-13 13:40:54 +00:00
parent dd53e114ef
commit 847c43a22d

View file

@ -325,7 +325,7 @@ Turtle motion
:param y: a number (integer or float) :param y: a number (integer or float)
Set the turtle's second coordinate to *y*, leave second coordinate unchanged. Set the turtle's second coordinate to *y*, leave first coordinate unchanged.
>>> turtle.position() >>> turtle.position()
(0.00, 40.00) (0.00, 40.00)