mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-93124: Fix typos in comments (GH-93125)
Fixes #93124 Automerge-Triggered-By: GH:rhettinger
This commit is contained in:
parent
1f134e96ba
commit
a4974003ec
4 changed files with 6 additions and 6 deletions
|
@ -376,9 +376,9 @@ class RunnerTests(BaseTest):
|
|||
with asyncio.Runner() as runner:
|
||||
with self.assertRaises(asyncio.CancelledError):
|
||||
runner.run(coro())
|
||||
|
||||
|
||||
def test_signal_install_not_supported_ok(self):
|
||||
# signal.signal() can throw if the "main thread" doensn't have signals enabled
|
||||
# signal.signal() can throw if the "main thread" doesn't have signals enabled
|
||||
assert threading.current_thread() is threading.main_thread()
|
||||
|
||||
async def coro():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue