summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Nowikowski <godfryd@gmail.com>2014-07-26 07:43:23 +0200
committerMichal Nowikowski <godfryd@gmail.com>2014-07-26 07:43:23 +0200
commite03a152f6995f9ddb96d12b82cffb1b1e28386d3 (patch)
tree8211bc50c7cbb36b415ffe221b76178358b73015
parentc3f867c4c0a014dd8cd79b05b0f0cd974016a8d1 (diff)
downloadpylint-e03a152f6995f9ddb96d12b82cffb1b1e28386d3.tar.gz
Removed sign word from description of message.
-rw-r--r--checkers/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkers/format.py b/checkers/format.py
index ed45e8e..1d93a2d 100644
--- a/checkers/format.py
+++ b/checkers/format.py
@@ -110,7 +110,7 @@ MSGS = {
'Used when there are mixed (LF and CRLF) newline signs in a file.'),
'C0328': ('Unexpected line ending format. There is \'%s\' while it should be \'%s\'.',
'unexpected-line-ending-format',
- 'Used when there is different newline sign than expected.'),
+ 'Used when there is different newline than expected.'),
}