You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/10 20:14:41 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #28839: Fix taskflow.rst duplicated "or"

jedcunningham commented on code in PR #28839:
URL: https://github.com/apache/airflow/pull/28839#discussion_r1066275497


##########
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 version 2.2.0) or ExternalPythonOperator or KubernetesPodOperator (since 2.4.0).

Review Comment:
   ```suggestion
   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).
   ```
   
   Since we are fixing this section up already, let's simplify this even more as the "or a or b" is a little confusing.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org