Skip to content

Commit 99943c9

Browse files
committed
docs: update deco doc-string in pyi
1 parent 102a5e4 commit 99943c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow-core/src/airflow/decorators/__init__.pyi

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

0 commit comments

Comments
 (0)