From 07418c86bda539dc127e54347909cd896184ae23 Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 20 Feb 2009 20:51:52 +0000 Subject: [PATCH] Merged revisions 69819 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r69819 | mark.dickinson | 2009-02-20 20:50:21 +0000 (Fri, 20 Feb 2009) | 9 lines 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 ........ ................ --- Lib/turtle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/turtle.py b/Lib/turtle.py index 6f733745217f..d6eb3cbaddc3 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. -- 2.47.3