diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-01-29 21:39:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 21:39:03 (GMT) |
commit | c644db441f82be6d4167021eb0615675d0fc1d15 (patch) | |
tree | 94add197c33d3b4d89f19d6b9b315f170520c1b3 /Doc/library | |
parent | cf883827496d0fbe2c5fe39e4778cd7525f6f7bc (diff) | |
download | cpython-c644db441f82be6d4167021eb0615675d0fc1d15.zip cpython-c644db441f82be6d4167021eb0615675d0fc1d15.tar.gz cpython-c644db441f82be6d4167021eb0615675d0fc1d15.tar.bz2 |
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>
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/turtle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 2084d75..7bd7e96 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 |