[Python-checkins] Fixed typo in turtle.rst (GH-24371)

miss-islington webhook-mailer at python.org
Fri Jan 29 16:38:28 EST 2021


https://github.com/python/cpython/commit/44cd24452a03fd7c851293aaaff9b7ee47060ea0
commit: 44cd24452a03fd7c851293aaaff9b7ee47060ea0
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-01-29T13:38:16-08:00
summary:

Fixed typo in turtle.rst (GH-24371)


Found it while translating it to french 🤷

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

Co-authored-by: Jules Lasne <jules.lasne at gmail.com>

files:
M Doc/library/turtle.rst

diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 2084d75b3a57a..7bd7e96610912 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -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



More information about the Python-checkins mailing list