[Python-checkins] r69819 - in python/branches/py3k: Lib/turtle.py

mark.dickinson python-checkins at python.org
Fri Feb 20 21:50:22 CET 2009


Author: mark.dickinson
Date: Fri Feb 20 21:50:21 2009
New Revision: 69819

Log:
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/py3k/   (props changed)
   python/branches/py3k/Lib/turtle.py

Modified: python/branches/py3k/Lib/turtle.py
==============================================================================
--- python/branches/py3k/Lib/turtle.py	(original)
+++ python/branches/py3k/Lib/turtle.py	Fri Feb 20 21:50:21 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