summaryrefslogtreecommitdiff
path: root/Lib/turtle.py
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-10-19 10:58:56 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2011-10-19 10:58:56 +0300
commit0ab6fc6fe33837bc950d2cb0a5cf2a25579f8f3e (patch)
tree8fd27608ee56d780ecf2ed9385348fb47e5d530f /Lib/turtle.py
parentd85d660c8b9021cd1f133ee267742282ddf5b214 (diff)
downloadcpython-0ab6fc6fe33837bc950d2cb0a5cf2a25579f8f3e.tar.gz
Remove duplication.
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r--Lib/turtle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py
index 8fb366a7eb..420b552e9c 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -96,7 +96,7 @@ Roughly it has the following features added:
docstrings to disc, so it can serve as a template for translations.
Behind the scenes there are some features included with possible
-extensions in in mind. These will be commented and documented elsewhere.
+extensions in mind. These will be commented and documented elsewhere.
"""