Skip to content

Commit 7fbf350

Browse files
committed
fix comment typo
1 parent 823ec35 commit 7fbf350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/support/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,7 @@ def skip_if_broken_multiprocessing_synchronize():
22152215
# default breaks TestResourceTracker.test_resource_tracker_reused
22162216
# when the default start method is not fork as synchronize creates
22172217
# a new multiprocessing.resource_tracker process at module import
2218-
# time via the aboe call in that scenario. This enables gh-84559.
2218+
# time via the above call in that scenario. This enables gh-84559.
22192219
except OSError as exc:
22202220
raise unittest.SkipTest(f"broken multiprocessing SemLock: {exc!r}")
22212221

0 commit comments

Comments
 (0)