summaryrefslogtreecommitdiff
path: root/pylint/extensions/typing.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/extensions/typing.py')
-rw-r--r--pylint/extensions/typing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/extensions/typing.py b/pylint/extensions/typing.py
index aacd4429a..92282b983 100644
--- a/pylint/extensions/typing.py
+++ b/pylint/extensions/typing.py
@@ -108,7 +108,7 @@ class TypingChecker(BaseChecker):
{
"default": True,
"type": "yn",
- "metavar": "<y_or_n>",
+ "metavar": "<y or n>",
"help": (
"Set to ``no`` if the app / library does **NOT** need to "
"support runtime introspection of type annotations. "