Skip to content

Commit

Permalink
Fix a bug in fundamentals doc (apache#37440)
Browse files Browse the repository at this point in the history
* Update fundamentals.rst

* Update docs/apache-airflow/tutorial/fundamentals.rst

Co-authored-by: Wei Lee <weilee.rx@gmail.com>

---------

Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
Co-authored-by: Wei Lee <weilee.rx@gmail.com>
  • Loading branch information
3 people authored and sunank200 committed Feb 21, 2024
1 parent 334a03f commit 7539cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/tutorial/fundamentals.rst
Expand Up @@ -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
Expand Down

0 comments on commit 7539cc6

Please sign in to comment.