Skip to content

Commit

Permalink
Fix tiny typo in hello_world_in_python
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Smith authored and GSmithApps committed Aug 25, 2024
1 parent 4258560 commit 036402e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/python/hello_world_in_python/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ You can pass multiple inputs to a Workflow, but it's a good practice to send a s

:::

The method calls the `workflow.execute_activty` method which executes an Activity called `say_hello`, which you'll define next. `workflow.execute_activity` needs the [Activity Type](https://docs.temporal.io/activities#activity-type), the input parameters for the Activity, and a [Start-To-Close Timeout](https://docs.temporal.io/activities#start-to-close-timeout) or [Schedule-To-Close Timeout](https://docs.temporal.io/concepts/what-is-a-schedule-to-close-timeout).
The method calls the `workflow.execute_activity` method which executes an Activity called `say_hello`, which you'll define next. `workflow.execute_activity` needs the [Activity Type](https://docs.temporal.io/activities#activity-type), the input parameters for the Activity, and a [Start-To-Close Timeout](https://docs.temporal.io/activities#start-to-close-timeout) or [Schedule-To-Close Timeout](https://docs.temporal.io/concepts/what-is-a-schedule-to-close-timeout).

Finally, the `run` method returns the result of the Activity Execution.

Expand Down

0 comments on commit 036402e

Please sign in to comment.