Fixed typo in turtle.rst (GH-24371)
Found it while translating it to french 🤷
Automerge-Triggered-By: GH:JulienPalard
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 2084d75..7bd7e96 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -662,7 +662,7 @@
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