Indentation issues with python

Terry Reedy tjreedy at udel.edu
Wed Feb 4 23:37:22 EST 2015


> class EventHubClient(object):  ...
> def sendMessage(self,body,partition):
...
 > ^
> IndentationError: expected an indented block
> ***********************************************************************

and 'def' is not indented as it must be.  This must be covered in the 
tutorial.

-- 
Terry Jan Reedy




More information about the Python-list mailing list