]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed typo in turtle.rst (GH-24371)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Jan 2021 21:39:03 +0000 (13:39 -0800)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 21:39:03 +0000 (13:39 -0800)
Found it while translating it to french ðŸ¤·

Automerge-Triggered-By: GH:JulienPalard
(cherry picked from commit 6372a4ceba126aa0a9f00eee0f8023308f13e77b)

Co-authored-by: Jules Lasne <jules.lasne@gmail.com>
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