Skip to content

Commit

Permalink
bin/lesson_check.py: avoid inconsistent grammar
Browse files Browse the repository at this point in the history
Pull Request: #396
  • Loading branch information
katrinleinweber authored and maxim-belkin committed Apr 18, 2019
1 parent 853155c commit 51d615d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lesson_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ def check_line_lengths(self):
n > MAX_LINE_LEN) and (not l.startswith('!'))]
self.reporter.check(not over,
self.filename,
'Line(s) are too long: {0}',
'Line(s) too long: {0}',
', '.join([str(i) for i in over]))

def check_trailing_whitespace(self):
Expand Down

0 comments on commit 51d615d

Please sign in to comment.