Kaydet (Commit) 1842d0c4 authored tarafından Alexander Belopolsky's avatar Alexander Belopolsky

Fixed a typo in a comment.

üst 7c3d7093
...@@ -3144,7 +3144,7 @@ class RawTurtle(TPen, TNavigator): ...@@ -3144,7 +3144,7 @@ class RawTurtle(TPen, TNavigator):
if pen is down. All other methodes for turtle movement depend if pen is down. All other methodes for turtle movement depend
on this one. on this one.
""" """
## Version mit undo-stuff ## Version with undo-stuff
go_modes = ( self._drawing, go_modes = ( self._drawing,
self._pencolor, self._pencolor,
self._pensize, self._pensize,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment