]> granicus.if.org Git - python/commitdiff
small logic correction
authorBenjamin Peterson <benjamin@python.org>
Tue, 13 Jan 2009 01:49:10 +0000 (01:49 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 13 Jan 2009 01:49:10 +0000 (01:49 +0000)
Doc/library/turtle.rst

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