bpo-43935: Fix typo in Turtle.back() docstring (GH-25581)

'e ,' to 'e, '.
This commit is contained in:
Tarjei Bærland 2021-05-01 00:05:45 +02:00 committed by GitHub
parent 726c931b38
commit 0048c60f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1645,7 +1645,7 @@ class TNavigator(object):
Argument:
distance -- a number
Move the turtle backward by distance ,opposite to the direction the
Move the turtle backward by distance, opposite to the direction the
turtle is headed. Do not change the turtle's heading.
Example (for a Turtle instance named turtle):