This is an automated email from the ASF dual-hosted git repository.
uranusjr 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 f6b289ad032 Fix DagRan typo in DagRun.set_state docstring (#61788)
f6b289ad032 is described below
commit f6b289ad0327d693d469412a1fee3a44d9c8bdc0
Author: Jed Cunningham <[email protected]>
AuthorDate: Mon Mar 2 23:53:18 2026 -0700
Fix DagRan typo in DagRun.set_state docstring (#61788)
---
airflow-core/src/airflow/models/dagrun.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/models/dagrun.py
b/airflow-core/src/airflow/models/dagrun.py
index 282c289e778..c93c7576c3a 100644
--- a/airflow-core/src/airflow/models/dagrun.py
+++ b/airflow-core/src/airflow/models/dagrun.py
@@ -467,7 +467,7 @@ class DagRun(Base, LoggingMixin):
def set_state(self, state: DagRunState) -> None:
"""
- Change the state of the DagRan.
+ Change the state of the DagRun.
Changes to attributes are implemented in accordance with the following
table
(rows represent old states, columns represent new states):