mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-31 03:06:53 +00:00
Fix a typo
This commit is contained in:
parent
ba0c4c7ed4
commit
d891612d78
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ LOG = logging.getLogger(__name__)
|
|||
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.
|
||||
|
|
|
|||
|
|
@ -172,7 +172,7 @@ class Application:
|
|||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue