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

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

commit 1dd23e8397e17ca94d4f6aa9aa028e55a6fe8776
Author: Nidhi Akshay GK <[email protected]>
AuthorDate: Thu Feb 15 21:01:10 2024 +0530

    Fix a bug in fundamentals doc (#37440)
    
    * Update fundamentals.rst
    
    * Update docs/apache-airflow/tutorial/fundamentals.rst
    
    Co-authored-by: Wei Lee <[email protected]>
    
    ---------
    
    Co-authored-by: Jarek Potiuk <[email protected]>
    Co-authored-by: Wei Lee <[email protected]>
    (cherry picked from commit 86f47753674878dcfcad411cffda32ab99eca5c8)
---
 docs/apache-airflow/tutorial/fundamentals.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/tutorial/fundamentals.rst 
b/docs/apache-airflow/tutorial/fundamentals.rst
index e68205aca9..8fe5a313f5 100644
--- a/docs/apache-airflow/tutorial/fundamentals.rst
+++ b/docs/apache-airflow/tutorial/fundamentals.rst
@@ -218,7 +218,7 @@ on how to implement task and DAG docs, as well as 
screenshots:
 
 Setting up Dependencies
 -----------------------
-We have tasks ``t1``, ``t2`` and ``t3`` that do not depend on each other. 
Here's a few ways
+We have tasks ``t1``, ``t2`` and ``t3`` that depend on each other. Here's a 
few ways
 you can define dependencies between them:
 
 .. code-block:: python

Reply via email to