Skip to content

Commit 1e85aa3

Browse files
committed
implemented FlyingTurtle
1 parent 4c18386 commit 1e85aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyturtle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def make_turtle(fly=False, delay=0):
256256

257257

258258
def get_turtle():
259-
"""Gets _main_turtle; makes it if there's none"""
259+
"""Gets existing _main_turtle; makes one if there's none"""
260260
global _main_turtle
261261
if _main_turtle is None:
262262
_main_turtle = Turtle()

0 commit comments

Comments
 (0)