We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87409f6 commit 14b2061Copy full SHA for 14b2061
tests/test_asyncio/test_cwe_404.py
@@ -87,7 +87,7 @@ async def test_standalone(delay):
87
88
dp.send_event.clear()
89
t = asyncio.create_task(r.get("foo"))
90
- # wait until the task has sent, and then some, to make sure it has settled on
+ # Wait until the task has sent, and then some, to make sure it has settled on
91
# reading.
92
await dp.send_event.wait()
93
await asyncio.sleep(0.05)
0 commit comments