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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4e17fd98cd5 Fix grammar in baseoperator docstring (#63655)
4e17fd98cd5 is described below

commit 4e17fd98cd51e0b7b2dcf80dea552451b86476b6
Author: Kumar Gautam <[email protected]>
AuthorDate: Tue Mar 17 07:52:40 2026 +0530

    Fix grammar in baseoperator docstring (#63655)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 airflow-core/src/airflow/serialization/definitions/baseoperator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow-core/src/airflow/serialization/definitions/baseoperator.py 
b/airflow-core/src/airflow/serialization/definitions/baseoperator.py
index 8efbc36a9e5..474152aa554 100644
--- a/airflow-core/src/airflow/serialization/definitions/baseoperator.py
+++ b/airflow-core/src/airflow/serialization/definitions/baseoperator.py
@@ -383,7 +383,7 @@ class SerializedBaseOperator(DAGNode):
 
     def iter_mapped_dependants(self) -> Iterator[SerializedMappedOperator | 
SerializedMappedTaskGroup]:
         """
-        Return mapped nodes that depend on the current task the expansion.
+        Return mapped nodes that depend on the current task for expansion.
 
         For now, this walks the entire DAG to find mapped nodes that has this
         current task as an upstream. We cannot use ``downstream_list`` since it

Reply via email to