From 5a0c86404548efa75a3e182f016efb0742b18e16 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 13 Jan 2009 01:49:10 +0000 Subject: [PATCH] small logic correction --- Doc/library/turtle.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 3155d878070..787a1b8089d 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)