Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85246 > unrolled thread
| Started by | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2015-02-04 23:37 -0500 |
| Last post | 2015-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.
Re: Indentation issues with python Terry Reedy <tjreedy@udel.edu> - 2015-02-04 23:37 -0500
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2015-02-04 23:37 -0500 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web