[Python-checkins] r85895 - python/branches/py3k/Lib/turtle.py

alexander.belopolsky python-checkins at python.org
Thu Oct 28 22:13:52 CEST 2010


Author: alexander.belopolsky
Date: Thu Oct 28 22:13:52 2010
New Revision: 85895

Log:
Fixed a typo in a comment.

Modified:
   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	Thu Oct 28 22:13:52 2010
@@ -3144,7 +3144,7 @@
         if pen is down. All other methodes for turtle movement depend
         on this one.
         """
-        ## Version mit undo-stuff
+        ## Version with undo-stuff
         go_modes = ( self._drawing,
                      self._pencolor,
                      self._pensize,


More information about the Python-checkins mailing list