summaryrefslogtreecommitdiff
path: root/testsuite/E10.py
blob: 784b59a1f576311bf2161dceba8995b987c7ca13 (plain)
1
2
3
4
5
#: E101 W191
for a in 'abc':
    for b in 'xyz':
        print a  # indented with 8 spaces
	print b  # indented with 1 tab