There was an error while loading. Please reload this page.
2 parents 9af32cc + 4165bfb commit d964ee9Copy full SHA for d964ee9
1 file changed
Doc/library/cmd.rst
@@ -247,7 +247,7 @@ immediate playback::
247
right(*parse(arg))
248
def do_left(self, arg):
249
'Turn turtle left by given number of degrees: LEFT 90'
250
- right(*parse(arg))
+ left(*parse(arg))
251
def do_goto(self, arg):
252
'Move turtle to an absolute position with changing orientation. GOTO 100 200'
253
goto(*parse(arg))
0 commit comments