Rules: comments-indentation: Fix typo

This commit is contained in:
Adrien Vergé
2016-01-15 17:51:46 +01:00
parent 1235eba94e
commit 1934206cef

View File

@@ -40,4 +40,4 @@ def check(conf, token, prev, next):
skip_first_line=skip_first):
if comment.column != token_indent + 1:
yield LintProblem(comment.line, comment.column,
'comment not intended like content')
'comment not indented like content')