Skip to content

Commit d964ee9

Browse files
committed
python#12940: merge with 3.2.
2 parents 9af32cc + 4165bfb commit d964ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/cmd.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ immediate playback::
247247
right(*parse(arg))
248248
def do_left(self, arg):
249249
'Turn turtle left by given number of degrees: LEFT 90'
250-
right(*parse(arg))
250+
left(*parse(arg))
251251
def do_goto(self, arg):
252252
'Move turtle to an absolute position with changing orientation. GOTO 100 200'
253253
goto(*parse(arg))

0 commit comments

Comments
 (0)