From 847c43a22d0e8146bb4fa520f8fcb95053e11ff0 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 13 Jan 2009 13:40:54 +0000 Subject: [PATCH] Note that first coord. is left alone --- Doc/library/turtle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 787a1b8089..fd84597534 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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) -- 2.50.1