diff options
Diffstat (limited to 'Lib/turtle.py')
-rw-r--r-- | Lib/turtle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py index 4fc636c..18d9a56 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -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, |