mattharrison / IllustratedPy3

Notes and issues for Illustrated Guide to Python 3
13 stars 5 forks source link

23.2 Easier to ask for forgiveness #291

Closed mclaughlin closed 7 years ago

mclaughlin commented 7 years ago

If it is included then e (or whatever you choose as a valid variable name) will point an instance of a ZeroDivisionError exception.

Missing preposition: "will point an instance" --> "will point to an instance"

If it is included then e (or whatever you choose as a valid variable name) will point to an instance of a ZeroDivisionError exception.

If you leave as e off the end of the except statement, you will still have an active exception, but you won’t be able to access the instance of it.

This sentence is difficult to read because as e is not clearly differentiated from the primary font.

mattharrison commented 7 years ago

Added quotes around as e. Oct 2