diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2009-01-13 13:40:54 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2009-01-13 13:40:54 (GMT) |
commit | 847c43a22d0e8146bb4fa520f8fcb95053e11ff0 (patch) | |
tree | 0521b5f2d42c843e39178ad4a088eec9d26c7f61 /Doc/library | |
parent | dd53e114efb3ce52e3ae6f2e334174945327bf3d (diff) | |
download | cpython-847c43a22d0e8146bb4fa520f8fcb95053e11ff0.zip cpython-847c43a22d0e8146bb4fa520f8fcb95053e11ff0.tar.gz cpython-847c43a22d0e8146bb4fa520f8fcb95053e11ff0.tar.bz2 |
Note that first coord. is left alone
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/turtle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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) |