Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa8991 commit 4165bfbCopy full SHA for 4165bfb
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