summaryrefslogtreecommitdiff
path: root/pylint/checkers/typecheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/checkers/typecheck.py')
-rw-r--r--pylint/checkers/typecheck.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/typecheck.py b/pylint/checkers/typecheck.py
index 1245652b1..68883879d 100644
--- a/pylint/checkers/typecheck.py
+++ b/pylint/checkers/typecheck.py
@@ -420,7 +420,7 @@ MSGS = {
"W1115": (
"Non-string value assigned to __name__",
"non-str-assignment-to-dunder-name",
- "Emitted when a non-string vaue is assigned to __name__",
+ "Emitted when a non-string value is assigned to __name__",
),
"W1116": (
"Second argument of isinstance is not a type",