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

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new ee544b4  Replace remaining decorated DAGs reference (#12299)
ee544b4 is described below

commit ee544b4a92ce28607c792519ba6b660e93f50fca
Author: Kaxil Naik <[email protected]>
AuthorDate: Thu Nov 12 00:44:30 2020 +0000

    Replace remaining decorated DAGs reference (#12299)
    
    `decorated DAGs` -> `DAGs with Task Flow API`
---
 docs/concepts.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/concepts.rst b/docs/concepts.rst
index 2cf6cb1..b05f73f 100644
--- a/docs/concepts.rst
+++ b/docs/concepts.rst
@@ -290,7 +290,7 @@ The decorated function can be called once to set the 
arguments and key arguments
 Task decorator captures returned values and sends them to the :ref:`XCom 
backend <concepts:xcom>`. By default,
 the returned value is saved as a single XCom value. You can set 
``multiple_outputs`` key argument to ``True``
 to unroll dictionaries, lists or tuples into separate XCom values. This can be 
used with regular operators to
-create :ref:`decorated DAGs <concepts:task_flow_api>`.
+create :ref:`DAGs with Task Flow API <concepts:task_flow_api>`.
 
 Calling a decorated function returns an ``XComArg`` instance. You can use it 
to set templated fields on downstream
 operators.

Reply via email to