Skip to content

Commit

Permalink
Merge pull request #1623 from atugushev/typo-fix
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
asottile committed Jul 27, 2022
2 parents ba0c4c7 + d891612 commit e406f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/flake8/checker.py
Expand Up @@ -29,7 +29,7 @@
SERIAL_RETRY_ERRNOS = {
# ENOSPC: Added by sigmavirus24
# > On some operating systems (OSX), multiprocessing may cause an
# > ENOSPC error while trying to trying to create a Semaphore.
# > ENOSPC error while trying to create a Semaphore.
# > In those cases, we should replace the customized Queue Report
# > class with pep8's StandardReport class to ensure users don't run
# > into this problem.
Expand Down
2 changes: 1 addition & 1 deletion src/flake8/main/application.py
Expand Up @@ -172,7 +172,7 @@ def parse_configuration_and_cli(
if parse_options is None:
continue

# XXX: ideally we would't have two forms of parse_options
# XXX: ideally we wouldn't have two forms of parse_options
try:
parse_options(
self.option_manager,
Expand Down

0 comments on commit e406f30

Please sign in to comment.