Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85246 > unrolled thread

Re: Indentation issues with python

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-02-04 23:37 -0500
Last post2015-02-04 23:37 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Indentation issues with python Terry Reedy <tjreedy@udel.edu> - 2015-02-04 23:37 -0500

#85246 — Re: Indentation issues with python

FromTerry Reedy <tjreedy@udel.edu>
Date2015-02-04 23:37 -0500
SubjectRe: Indentation issues with python
Message-ID<mailman.18484.1423111054.18130.python-list@python.org>
> 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web