From 26c45aaf72e9e6596111867885a5e361eeea2303 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 7 Apr 2019 16:45:49 -0400 Subject: [PATCH] Add missing closing parenthesis in option help --- pylint/checkers/typecheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py index bd38e52220..d5981ab3b3 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.", }, ),