[issue11422] indentation problem in if, elif, else statements

Martin v. Löwis report at bugs.python.org
Mon Mar 7 05:24:59 CET 2011


Martin v. Löwis <martin at v.loewis.de> added the comment:

It is consistent: the else goes *always* under the if. If the if is unindented, so must be the else.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11422>
_______________________________________


More information about the Python-bugs-list mailing list