Files
openide/python/testData/editing/unindentTab.before.py
T
2010-07-15 18:57:21 +04:00

5 lines
77 B
Python

#// python 3
class C:
def m(self): #// note: TABs instead of spaces
pass