Commit e1b23de5 authored by Raymond Hettinger's avatar Raymond Hettinger

Show the proper way to exit a cmd shell

parent 5b32de64
...@@ -276,7 +276,7 @@ immediate playback:: ...@@ -276,7 +276,7 @@ immediate playback::
print('Thank you for using Turtle') print('Thank you for using Turtle')
self.close() self.close()
bye() bye()
sys.exit(0) return True
# ----- record and playback ----- # ----- record and playback -----
def do_record(self, arg): def do_record(self, arg):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment