Skip to content

Commit c2fec83

Browse files
committed
fix typo
1 parent 491a1e7 commit c2fec83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5039,7 +5039,7 @@ def _visit_if_stmt_redundant_expr_helper(
50395039
"""Emits `redundant-expr` errors for if statements that are always true or always false.
50405040
50415041
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
5042+
dynamic type or exhaustiveness checking (risking to miss some unintended redundant if
50435043
statements).
50445044
"""
50455045

0 commit comments

Comments
 (0)