Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
myslak71 committed Aug 5, 2019
1 parent f5db89a commit b2c3528
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flake8_koles/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def add_options(cls, parser: OptionManager) -> None:
parse_from_config=True,
action='store_true'
)

parser.add_option(
'--lang',
default='english',
Expand Down Expand Up @@ -90,7 +89,7 @@ def _get_file_content(self) -> List[str]:
return readlines(self.filename)

def _get_filename_errors(self) -> Generator[Tuple[int, int, str, type], None, None]:
"""Get filename errors if exist."""
"""Get filename errors if any exist."""
filename_errors = self._check_row(os.path.basename(self.filename))

return (
Expand Down

0 comments on commit b2c3528

Please sign in to comment.