mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
small logic correction
This commit is contained in:
parent
aaa6e630f8
commit
5a0c864045
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue