Skip to content

Commit 0048c60

Browse files
authored
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
'e ,' to 'e, '.
1 parent 726c931 commit 0048c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/turtle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@ def back(self, distance):
16451645
Argument:
16461646
distance -- a number
16471647
1648-
Move the turtle backward by distance ,opposite to the direction the
1648+
Move the turtle backward by distance, opposite to the direction the
16491649
turtle is headed. Do not change the turtle's heading.
16501650
16511651
Example (for a Turtle instance named turtle):

0 commit comments

Comments
 (0)