hussein-awala commented on code in PR #31474:
URL: https://github.com/apache/airflow/pull/31474#discussion_r1203611541


##########
airflow/operators/python.py:
##########
@@ -236,7 +236,7 @@ class ShortCircuitOperator(PythonOperator, SkipMixin):
 
     :param ignore_downstream_trigger_rules: If set to True, all downstream 
tasks from this operator task will
         be skipped. This is the default behavior. If set to False, the direct, 
downstream task(s) will be
-        skipped but the ``trigger_rule`` defined for a other downstream tasks 
will be respected.
+        skipped but the ``trigger_rule`` defined for all other downstream 
tasks will be respected.

Review Comment:
   I think this should be replaced by Λ‹the`
   ```suggestion
           skipped but the ``trigger_rule`` defined for the other downstream 
tasks will be respected.
   ```
   



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to