Commit 0c7bdff3 authored by Andrew Svetlov's avatar Andrew Svetlov

Fix grammar

parent 3ee540eb
......@@ -184,7 +184,7 @@ attributes to it as desired. ::
... except Exception as inst:
... print type(inst) # the exception instance
... print inst.args # arguments stored in .args
... print inst # __str__ allows args to printed directly
... print inst # __str__ allows args to be printed directly
... x, y = inst.args
... print 'x =', x
... print 'y =', y
......
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