]> granicus.if.org Git - python/commitdiff
Merged revisions 69816 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Fri, 20 Feb 2009 20:50:21 +0000 (20:50 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 20 Feb 2009 20:50:21 +0000 (20:50 +0000)
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
........

Lib/turtle.py

index 6f733745217fea793cd00a47d271e355a5a1a28b..d6eb3cbaddc3b4db6ac1334f036b1cbe7a2a8f45 100644 (file)
@@ -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.