This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 2587295191 Fix typo in tasks.rst (#40228)
2587295191 is described below
commit 25872951913399236b35398226a3111e10b8b2cd
Author: bangjiehan <[email protected]>
AuthorDate: Fri Jun 14 22:50:03 2024 +0800
Fix typo in tasks.rst (#40228)
---
docs/apache-airflow/core-concepts/tasks.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/core-concepts/tasks.rst
b/docs/apache-airflow/core-concepts/tasks.rst
index fb2240e8ed..ca18196033 100644
--- a/docs/apache-airflow/core-concepts/tasks.rst
+++ b/docs/apache-airflow/core-concepts/tasks.rst
@@ -18,7 +18,7 @@
Tasks
=====
-A Task is the basic unit of execution in Airflow. Tasks are arranged into
:doc:`dags`, and then have upstream and downstream dependencies set between
them into order to express the order they should run in.
+A Task is the basic unit of execution in Airflow. Tasks are arranged into
:doc:`dags`, and then have upstream and downstream dependencies set between
them in order to express the order they should run in.
There are three basic kinds of Task: