uranusjr commented on code in PR #31474:
URL: https://github.com/apache/airflow/pull/31474#discussion_r1203620376
##########
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:
*All* can work. Or *all the*.
--
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]