We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96fe387 commit aff41deCopy full SHA for aff41de
1 file changed
temporalio/worker/_nexus.py
@@ -216,7 +216,7 @@ async def wait_all_completed(self) -> None:
216
]
217
await asyncio.gather(*running_tasks, return_exceptions=True)
218
219
- # Task comletion should never be dropped in case of cancellation.
+ # Task completion should never be dropped in case of cancellation.
220
# The Rust future in core must complete for shutdown to happen without
221
# hanging.
222
async def _complete_task(
0 commit comments