This is an automated email from the ASF dual-hosted git repository.

utkarsharma pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit b6b076aae947faf3a02034e0203f39f6c9e3c321
Author: bangjiehan <[email protected]>
AuthorDate: Fri Jun 14 22:50:03 2024 +0800

    Fix typo in tasks.rst (#40228)
    
    (cherry picked from commit 25872951913399236b35398226a3111e10b8b2cd)
---
 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:
 

Reply via email to