Note that first coord. is left alone
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 787a1b8..fd84597 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -325,7 +325,7 @@
 
    :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)