Fix a typo

This commit is contained in:
Albert Tugushev 2022-07-27 22:17:54 +02:00
parent ba0c4c7ed4
commit d891612d78
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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,