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

rom 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 8fe2861087 fix: Correct docstring format in _get_template_context 
(#42244)
8fe2861087 is described below

commit 8fe286108720ba1f9a303c066022349d6656f735
Author: Wonseok Yang <[email protected]>
AuthorDate: Tue Sep 17 18:41:34 2024 +0900

    fix: Correct docstring format in _get_template_context (#42244)
---
 airflow/models/taskinstance.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/models/taskinstance.py b/airflow/models/taskinstance.py
index 7169d75c7c..f93c90b638 100644
--- a/airflow/models/taskinstance.py
+++ b/airflow/models/taskinstance.py
@@ -937,7 +937,7 @@ def _get_template_context(
     Return TI Context.
 
     :param task_instance: the task instance for the task
-    :param dag for the task
+    :param dag: dag for the task
     :param session: SQLAlchemy ORM Session
     :param ignore_param_exceptions: flag to suppress value exceptions while 
initializing the ParamsDict
 

Reply via email to