summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylintrc b/pylintrc
index 3323052d4..7195a6592 100644
--- a/pylintrc
+++ b/pylintrc
@@ -320,7 +320,7 @@ method-naming-style=snake_case
# Regular expression matching correct method names
method-rgx=[a-z_][a-z0-9_]{2,}$
-# Regular expression which can overwrite the naming style set by typevar-naming-style.
+# Regular expression matching correct type variable names
#typevar-rgx=
# Regular expression which should only match function or class names that do