From: Benjamin Peterson Date: Tue, 13 Jan 2009 01:49:10 +0000 (+0000) Subject: small logic correction X-Git-Tag: v2.7a1~2310 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0c86404548efa75a3e182f016efb0742b18e16;p=thirdparty%2FPython%2Fcpython.git small logic correction --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 3155d8780706..787a1b8089d7 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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)