1
0
mirror of https://github.com/mnaberez/py65.git synced 2024-09-27 09:55:23 +00:00

clean up comments and indentation

This commit is contained in:
Sam Colwell 2019-01-12 15:45:15 -05:00
parent db406af2ff
commit 0436bcde4b

View File

@ -59,7 +59,7 @@ class Monitor(cmd.Cmd):
# after processing commands and before exiting.
console.save_mode(self.stdin)
# Check for any exceptions thrown during __init__ while\
# Check for any exceptions thrown during __init__ while
# processing the arguments.
try: