summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2016-01-28 16:31:21 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2016-01-28 16:31:21 +0200
commitd69a494aae0288a5a3419c8c14a5adf092cbb15c (patch)
tree5fed81992538c6549a05f187aa15a3a6ca17c97a
parente249fa06224296ee14d60e0634a343d3fd0e031b (diff)
parent4794d625c2632828e4944d8a8811229b135b89d8 (diff)
downloadpylint-git-d69a494aae0288a5a3419c8c14a5adf092cbb15c.tar.gz
Merge pull request #797 from xmo-odoo/patch-1
Typo in description of unused-format-string-key lint
-rw-r--r--pylint/checkers/strings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/strings.py b/pylint/checkers/strings.py
index d648b9138..eca7dcdfa 100644
--- a/pylint/checkers/strings.py
+++ b/pylint/checkers/strings.py
@@ -61,7 +61,7 @@ MSGS = {
'W1301': ("Unused key %r in format string dictionary",
"unused-format-string-key",
"Used when a format string that uses named conversion specifiers \
- is used with a dictionary that conWtains keys not required by the \
+ is used with a dictionary that contains keys not required by the \
format string."),
'E1304': ("Missing key %r in format string dictionary",
"missing-format-string-key",