Skip to content

Commit ff76d6e

Browse files
committed
Typo
1 parent 564e0de commit ff76d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

durabletask/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ def task_id(self) -> int:
538538
return self._task_id
539539

540540

541-
# Orchestrators are generators that yield tasks, recieve any type, and return TOutput
541+
# Orchestrators are generators that yield tasks, receive any type, and return TOutput
542542
Orchestrator = Callable[[OrchestrationContext, TInput], Union[Generator[Task[Any], Any, TOutput], TOutput]]
543543

544544
# Activities are simple functions that can be scheduled by orchestrators

0 commit comments

Comments
 (0)