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

'e ,' to 'e, '.
(cherry picked from commit 0048c60f01)

Co-authored-by: Tarjei Bærland <tarjeibaerland@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-04-30 15:27:48 -07:00 committed by GitHub
parent a92d738763
commit a7f15ba547
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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):