mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
#12940: fix cmd example. Patch by Tim Chase.
This commit is contained in:
parent
aaa899138a
commit
4165bfb6e9
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue