summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago Castro <bryant@montevideo.com.uy>2019-04-07 16:45:49 -0400
committerClaudiu Popa <pcmanticore@gmail.com>2019-04-09 15:01:46 +0200
commit26c45aaf72e9e6596111867885a5e361eeea2303 (patch)
treee43b4cc16e7d875a1458c792bb2841011a8d8e23
parentc8db761f5fbe7535115639d578cd46c350d25b47 (diff)
downloadpylint-git-26c45aaf72e9e6596111867885a5e361eeea2303.tar.gz
Add missing closing parenthesis in option help
-rw-r--r--pylint/checkers/typecheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py
index bd38e5222..d5981ab3b 100644
--- a/pylint/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
@@ -693,7 +693,7 @@ class should be ignored. A mixin class is detected if its name ends with \
"should not be checked (useful for modules/projects "
"where namespaces are manipulated during runtime and "
"thus existing member attributes cannot be "
- "deduced by static analysis. It supports qualified "
+ "deduced by static analysis). It supports qualified "
"module names, as well as Unix pattern matching.",
},
),