Skip to content

Commit 08585eb

Browse files
committed
Change sub decorators to task-decorators
1 parent 128c00a commit 08585eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

task-sdk/docs/api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Decorators
3333
.. autoapifunction:: airflow.sdk.dag
3434
.. autoapifunction:: airflow.sdk.task
3535

36-
Sub-decorators on ``task``:
36+
Task Decorators:
3737

3838
- ``@task.run_if(condition, skip_message=None)``
3939
Run the task only if the given condition is met; otherwise the task is skipped. The condition is a callable

0 commit comments

Comments
 (0)