We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491a1e7 commit c2fec83Copy full SHA for c2fec83
mypy/checker.py
@@ -5039,7 +5039,7 @@ def _visit_if_stmt_redundant_expr_helper(
5039
"""Emits `redundant-expr` errors for if statements that are always true or always false.
5040
5041
We try to avoid emitting such errors if the redundancy seems to be intended as part of
5042
- dynamic type or exhaustiveness checking (risking to miss some uninteded redundant if
+ dynamic type or exhaustiveness checking (risking to miss some unintended redundant if
5043
statements).
5044
"""
5045
0 commit comments