Indentation problems

r rt8396 at gmail.com
Mon Nov 9 02:39:34 EST 2009


On Nov 8, 1:48 pm, Tim Chase <python.l... at tim.thechases.com> wrote:
> > I am having problems with indentation some times. When I hit the enter key
> > after if statements or while statemt there are times when the indentation is
> > too much and other times too little.

Check for omitted brackets, braces and parenthesis. If you editor uses
an auto indent function like even IDLE does then this will be the
culprit!



More information about the Python-list mailing list