[Python-checkins] r69820 - in python/branches/release30-maint: Lib/turtle.py

mark.dickinson python-checkins at python.org
Fri Feb 20 21:51:52 CET 2009


Author: mark.dickinson
Date: Fri Feb 20 21:51:52 2009
New Revision: 69820

Log:
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
  ........
................


Modified:
   python/branches/release30-maint/   (props changed)
   python/branches/release30-maint/Lib/turtle.py

Modified: python/branches/release30-maint/Lib/turtle.py
==============================================================================
--- python/branches/release30-maint/Lib/turtle.py	(original)
+++ python/branches/release30-maint/Lib/turtle.py	Fri Feb 20 21:51:52 2009
@@ -55,7 +55,7 @@
 - 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.


More information about the Python-checkins mailing list