Commit 921d1244 authored by Raymond Hettinger's avatar Raymond Hettinger

Show the proper way to exit a cmd shell

parent 282083d5
......@@ -276,7 +276,7 @@ immediate playback::
print('Thank you for using Turtle')
self.close()
bye()
sys.exit(0)
return True
# ----- record and playback -----
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