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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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): |
|
|
|
|