Skip to content

Commit c644db4

Browse files
Fixed typo in turtle.rst (GH-24371)
Found it while translating it to french 🤷 Automerge-Triggered-By: GH:JulienPalard (cherry picked from commit 6372a4c) Co-authored-by: Jules Lasne <[email protected]>
1 parent cf88382 commit c644db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/turtle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ Tell Turtle's state
662662

663663
Return the angle between the line from turtle position to position specified
664664
by (x,y), the vector or the other turtle. This depends on the turtle's start
665-
orientation which depends on the mode - "standard"/"world" or "logo").
665+
orientation which depends on the mode - "standard"/"world" or "logo".
666666

667667
.. doctest::
668668
:skipif: _tkinter is None

0 commit comments

Comments
 (0)