8000 Fixed typo in turtle.rst (GH-24371) · python/cpython@6372a4c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6372a4c

Browse files
authored
Fixed typo in turtle.rst (GH-24371)
Found it while translating it to french 🤷 Automerge-Triggered-By: GH:JulienPalard
1 parent a619263 commit 6372a4c

File tree

1 file changed

+1
-1
8000 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)
0