Fixed typo in turtle.rst (GH-24371)

Found it while translating it to french 🤷

Automerge-Triggered-By: GH:JulienPalard
This commit is contained in:
Jules Lasne 2021-01-29 18:46:39 +01:00 committed by GitHub
parent a6192635f1
commit 6372a4ceba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -662,7 +662,7 @@ Tell Turtle's state
Return the angle between the line from turtle position to position specified
by (x,y), the vector or the other turtle. This depends on the turtle's start
orientation which depends on the mode - "standard"/"world" or "logo").
orientation which depends on the mode - "standard"/"world" or "logo".
.. doctest::
:skipif: _tkinter is None