aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-01-29 13:39:03 -0800
committerGitHub <noreply@github.com>2021-01-29 13:39:03 -0800
commitc644db441f82be6d4167021eb0615675d0fc1d15 (patch)
tree94add197c33d3b4d89f19d6b9b315f170520c1b3
parentbpo-43008: Add 'Patch by Ken Hilton' (GH-24370) (diff)
downloadcpython-c644db441f82be6d4167021eb0615675d0fc1d15.tar.gz
cpython-c644db441f82be6d4167021eb0615675d0fc1d15.tar.bz2
cpython-c644db441f82be6d4167021eb0615675d0fc1d15.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