aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-01-29 13:38:16 -0800
committerGitHub <noreply@github.com>2021-01-29 13:38:16 -0800
commit44cd24452a03fd7c851293aaaff9b7ee47060ea0 (patch)
tree6189913d2852761d3cbc000f6c668d92458a2bc1
parentbpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (#24374) (diff)
downloadcpython-44cd24452a03fd7c851293aaaff9b7ee47060ea0.tar.gz
cpython-44cd24452a03fd7c851293aaaff9b7ee47060ea0.tar.bz2
cpython-44cd24452a03fd7c851293aaaff9b7ee47060ea0.zip
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@gmail.com>
-rw-r--r--Doc/library/turtle.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 2084d75b3a5..7bd7e966109 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