Skip to content

Commit ef75e9c

Browse files
authored
Merge pull request #2450 from jsta/patch-1
typo fix
2 parents ed501f1 + ef3a75c commit ef75e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isort/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
def find(
99
paths: Iterable[str], config: Config, skipped: list[str], broken: list[str]
1010
) -> Iterator[str]:
11-
"""Fines and provides an iterator for all Python source files defined in paths."""
11+
"""Finds and provides an iterator for all Python source files defined in paths."""
1212
visited_dirs: set[Path] = set()
1313

1414
for path in paths:

0 commit comments

Comments
 (0)