summaryrefslogtreecommitdiff
path: root/pylint/extensions/typing.py
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-06-07 13:51:56 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-06-10 06:25:33 +0200
commit9767d1465aa65806c9598779b1e9c549850738c8 (patch)
treeff87f6bcca38f9f983247e50f4528171c9e2e629 /pylint/extensions/typing.py
parent2a186f4afd3e507c33fa387dfa2d9cfefd795b49 (diff)
downloadpylint-git-9767d1465aa65806c9598779b1e9c549850738c8.tar.gz
Clarify documentation typing extension
Diffstat (limited to 'pylint/extensions/typing.py')
-rw-r--r--pylint/extensions/typing.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pylint/extensions/typing.py b/pylint/extensions/typing.py
index e4b72484b..2b0c09f2b 100644
--- a/pylint/extensions/typing.py
+++ b/pylint/extensions/typing.py
@@ -124,10 +124,10 @@ class TypingChecker(BaseChecker):
"type": "yn",
"metavar": "<y_or_n>",
"help": (
- "Set to ``no`` if the app / libary does NOT need to "
- "support runtime introspection of type "
- "annotations. Only applies to Python version "
- "3.7 - 3.9"
+ "Set to ``no`` if the app / library does NOT need to "
+ "support runtime introspection of type annotations. "
+ "Only change it if you understand what that means. "
+ "Applies to Python version 3.7 - 3.9"
),
},
),