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 a7bfdf4c3cd Fix grammar in dag model docstring (#63653)
a7bfdf4c3cd is described below

commit a7bfdf4c3cddb3a0e4738c639ff52efdea4f7cad
Author: Kumar Gautam <[email protected]>
AuthorDate: Thu Apr 2 23:10:04 2026 +0530

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

diff --git a/airflow-core/src/airflow/models/dag.py 
b/airflow-core/src/airflow/models/dag.py
index c98f15af910..c7d98dbe311 100644
--- a/airflow-core/src/airflow/models/dag.py
+++ b/airflow-core/src/airflow/models/dag.py
@@ -257,7 +257,7 @@ def get_asset_triggered_next_run_info(
     """
     Get next run info for a list of dag_ids.
 
-    Given a list of dag_ids, get string representing how close any that are 
asset triggered are
+    Given a list of dag_ids, get string representing how close any that are 
asset triggered are to
     their next run, e.g. "1 of 2 assets updated".
     """
     from airflow.models.asset import AssetDagRunQueue as ADRQ, 
DagScheduleAssetReference

Reply via email to