tweak alignment of comments between classes (PY-1598)

This commit is contained in:
Dmitry Jemerov
2010-11-01 22:34:05 +03:00
parent 0655a8f62f
commit f05662def4
7 changed files with 119 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
class T1(object):
def m1(self):
pass
# comment about T2
class T2(object):
def m2(self):
pass