Closed tcampbell closed 6 years ago
This fixes the inconsistent whitespace in the example code that prevents it from running:
$ python termbox.py File "termbox.py", line 173 except tdl.TDLException as e: ^ TabError: inconsistent use of tabs and spaces in indentation
Ideally, formatting fixes should try to follow PEP 8. This is my fault since I never mentioned it in the contributing guidelines.
I'll go ahead and fix this myself. Sorry for not being clear.
This fixes the inconsistent whitespace in the example code that prevents it from running: