Rules: comments-indentation: Fix typo

pull/4/head
Adrien Vergé 9 years ago
parent 1235eba94e
commit 1934206cef

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

Loading…
Cancel
Save