]> granicus.if.org Git - python/commitdiff
Note that first coord. is left alone
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 13 Jan 2009 13:40:54 +0000 (13:40 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 13 Jan 2009 13:40:54 +0000 (13:40 +0000)
Doc/library/turtle.rst

index 787a1b8089d7e36e9e31fa75a16d37c6b3f24d5f..fd84597534a53cd0c9708b68266d57f1779174f4 100644 (file)
@@ -325,7 +325,7 @@ Turtle motion
 
    :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()
    (0.00, 40.00)