You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by pi...@apache.org on 2023/01/11 21:58:14 UTC

[airflow] branch v2-5-test updated: Fix taskflow.rst duplicated "or" (#28839)

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

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


The following commit(s) were added to refs/heads/v2-5-test by this push:
     new 7ef049fa76 Fix taskflow.rst duplicated "or" (#28839)
7ef049fa76 is described below

commit 7ef049fa767e272c9b7a45dd55e3ff281225e2a1
Author: itaymaslo <62...@users.noreply.github.com>
AuthorDate: Wed Jan 11 20:44:39 2023 +0200

    Fix taskflow.rst duplicated "or" (#28839)
    
    Co-authored-by: Jed Cunningham <66...@users.noreply.github.com>
    (cherry picked from commit 7d57f5696885eb2a4cd64d56bf79d6a8e5a5d638)
---
 docs/apache-airflow/tutorial/taskflow.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/apache-airflow/tutorial/taskflow.rst b/docs/apache-airflow/tutorial/taskflow.rst
index 9db581200e..98a6049efe 100644
--- a/docs/apache-airflow/tutorial/taskflow.rst
+++ b/docs/apache-airflow/tutorial/taskflow.rst
@@ -234,8 +234,7 @@ Using the TaskFlow API with complex/conflicting Python dependencies
 -------------------------------------------------------------------
 
 If you have tasks that require complex or conflicting requirements then you will have the ability to use the
-TaskFlow API with either Python virtual environment (since 2.0.2), Docker container (since version 2.2.0) or
-or ExternalPythonOperator or KubernetesPodOperator (since 2.4.0).
+TaskFlow API with either Python virtual environment (since 2.0.2), Docker container (since 2.2.0), ExternalPythonOperator (since 2.4.0) or KubernetesPodOperator (since 2.4.0).
 
 This functionality allows a much more comprehensive range of use-cases for the TaskFlow API,
 as you are not limited to the packages and system libraries of the Airflow worker. For all cases of