Skip to content

Commit e377ecf

Browse files
bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)
'e ,' to 'e, '. (cherry picked from commit 0048c60) Co-authored-by: Tarjei Bærland <tarjeibaerland@gmail.com>
1 parent ea6ec96 commit e377ecf

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)