Browse Source

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

'e ,' to 'e, '.
pull/25764/head
Tarjei Bærland 5 years ago
committed by GitHub
parent
commit
0048c60f01
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Lib/turtle.py

2
Lib/turtle.py

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

Loading…
Cancel
Save