Fixed a typo in a comment.

This commit is contained in:
Alexander Belopolsky 2010-10-28 20:13:52 +00:00
parent 7c3d709377
commit 1842d0c4d8
1 changed files with 1 additions and 1 deletions

View File

@ -3144,7 +3144,7 @@ class RawTurtle(TPen, TNavigator):
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,