summaryrefslogtreecommitdiffstats
path: root/Lib/turtle.py
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-02-20 20:50:21 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-02-20 20:50:21 (GMT)
commit0fc61ccbba42dcebdf97a981e39d8522b24d60bc (patch)
tree470ed3c21786641c05991387ff16c53d454046b4 /Lib/turtle.py
parent5e5c0db5d71039549c71fe766aa01ce65af350bc (diff)
downloadcpython-0fc61ccbba42dcebdf97a981e39d8522b24d60bc.zip
cpython-0fc61ccbba42dcebdf97a981e39d8522b24d60bc.tar.gz
cpython-0fc61ccbba42dcebdf97a981e39d8522b24d60bc.tar.bz2
Merged revisions 69816 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r69816 | mark.dickinson | 2009-02-20 20:42:53 +0000 (Fri, 20 Feb 2009) | 2 lines Issue #5295: Typos in turtle.py ........
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 6f73374..d6eb3cb 100644
--- a/Lib/turtle.py
+++ b/Lib/turtle.py
@@ -55,7 +55,7 @@ Roughly it has the following features added:
- Different turtle shapes, gif-images as turtle shapes, user defined
and user controllable turtle shapes, among them compound
(multicolored) shapes. Turtle shapes can be stgretched and tilted, which
- makes turtles zu very versatile geometrical objects.
+ makes turtles very versatile geometrical objects.
- Fine control over turtle movement and screen updates via delay(),
and enhanced tracer() and speed() methods.