]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed typo in turtle.rst (GH-24371)
authorJules Lasne <jules.lasne@gmail.com>
Fri, 29 Jan 2021 17:46:39 +0000 (18:46 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 17:46:39 +0000 (09:46 -0800)
Found it while translating it to french ðŸ¤·

Automerge-Triggered-By: GH:JulienPalard
Doc/library/turtle.rst

index 2084d75b3a57a0ef7cf9929220ab77d6ca135efe..7bd7e9661091241676e3ab4491712ae73203a235 100644 (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