In http://swcarpentry.github.io/python-novice-inflammation/07-errors/ , I find the Index Errors redundant. If we lead with an IndexError when defining the traceback, let's just say everything that needs to be said about index errors then, and not have to come back to it after NameError. This is potentially related to PR #272.
In http://swcarpentry.github.io/python-novice-inflammation/07-errors/ , I find the Index Errors redundant. If we lead with an
IndexError
when defining the traceback, let's just say everything that needs to be said about index errors then, and not have to come back to it afterNameError
. This is potentially related to PR #272.