summaryrefslogtreecommitdiff
path: root/pylint/checkers/variables.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/variables.py')
-rw-r--r--pylint/checkers/variables.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/checkers/variables.py b/pylint/checkers/variables.py
index 360b0af55..3ae5957c7 100644
--- a/pylint/checkers/variables.py
+++ b/pylint/checkers/variables.py
@@ -629,7 +629,7 @@ class VariablesChecker(BaseChecker):
{
"default": 0,
"type": "yn",
- "metavar": "<y_or_n>",
+ "metavar": "<y or n>",
"help": "Tells whether we should check for unused import in "
"__init__ files.",
},
@@ -697,7 +697,7 @@ class VariablesChecker(BaseChecker):
{
"default": True,
"type": "yn",
- "metavar": "<y_or_n>",
+ "metavar": "<y or n>",
"help": "Tells whether unused global variables should be treated as a violation.",
},
),