Skip to content

Commit aff41de

Browse files
committed
Fix typo
1 parent 96fe387 commit aff41de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

temporalio/worker/_nexus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ async def wait_all_completed(self) -> None:
216216
]
217217
await asyncio.gather(*running_tasks, return_exceptions=True)
218218

219-
# Task comletion should never be dropped in case of cancellation.
219+
# Task completion should never be dropped in case of cancellation.
220220
# The Rust future in core must complete for shutdown to happen without
221221
# hanging.
222222
async def _complete_task(

0 commit comments

Comments
 (0)