#12940: merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-09-10 10:08:13 +03:00
commit d964ee9cd5

View file

@ -247,7 +247,7 @@ immediate playback::
right(*parse(arg))
def do_left(self, arg):
'Turn turtle left by given number of degrees: LEFT 90'
right(*parse(arg))
left(*parse(arg))
def do_goto(self, arg):
'Move turtle to an absolute position with changing orientation. GOTO 100 200'
goto(*parse(arg))