Merge pull request #1623 from atugushev/typo-fix

Fix a typo
This commit is contained in:
Anthony Sottile 2022-07-27 16:33:28 -04:00 committed by GitHub
commit e406f30e23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,