From: Andrew M. Kuchling Date: Tue, 13 Jan 2009 13:40:54 +0000 (+0000) Subject: Note that first coord. is left alone X-Git-Tag: v2.7a1~2302 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=847c43a22d0e8146bb4fa520f8fcb95053e11ff0;p=thirdparty%2FPython%2Fcpython.git Note that first coord. is left alone --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 787a1b8089d7..fd84597534a5 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)