Skip to content

Commit 07ae5c1

Browse files
committed
docs: update deco doc-string in pyi
1 parent 1daa7cc commit 07ae5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task-sdk/src/airflow/sdk/definitions/decorators/__init__.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ class TaskDecoratorCollection:
735735
progress_callback: Callable[[str], None] | None = None,
736736
**kwargs,
737737
) -> TaskDecorator:
738-
"""Create a decorator to convert a callable to a Kubernetes Pod task.
738+
"""Create a decorator to run a command returned by callable in a Kubernetes pod.
739739
740740
:param args_only: If True, the decorated function should return a list arguments
741741
to be passed to the entrypoint of the container image. Defaults to False.

0 commit comments

Comments
 (0)