Skip to content

Commit f00e86c

Browse files
tyrallasterliakov
andauthored
fix typo
Co-authored-by: Stanislav Terliakov <50529348+sterliakov@users.noreply.github.com>
1 parent ee852fd commit f00e86c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def yield_uselessness_error_infos(self) -> Iterator[tuple[str, Context, ErrorCod
286286
def yield_nonoverlapping_types(
287287
self,
288288
) -> Iterator[tuple[tuple[list[Type], list[Type]], str, Context]]:
289-
"""Report expressions were non-overlapping types were detected for all iterations
289+
"""Report expressions where non-overlapping types were detected for all iterations
290290
were the expression was reachable."""
291291

292292
selected = set()

0 commit comments

Comments
 (0)