Fixup typo in example

This commit is contained in:
mikeweilgart 2020-06-16 23:41:19 -07:00 committed by GitHub
parent 3daf04d9ac
commit 1d98f965a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1965,7 +1965,7 @@ class TNavigator(object):
Examples (for a Turtle instance named turtle):
>>> turtle.circle(50) # full circle of radius 50 drawn counter-clockwise
>>> turtle.circle(-50) # full circle of radius 75 drawn clockwise
>>> turtle.circle(-75) # full circle of radius 75 drawn clockwise
>>> turtle.circle(-50, 60) # 60 degree arc with radius 50 drawn clockwise
>>> turtle.circle(80, steps=6) # regular hexagon