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

eladkal pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 8808224d36 fix: Correct docstring format in _get_template_context 
(#42244) (#42272)
8808224d36 is described below

commit 8808224d368195f451647f80b046897365cede17
Author: rom sharon <[email protected]>
AuthorDate: Tue Sep 17 13:33:53 2024 +0300

    fix: Correct docstring format in _get_template_context (#42244) (#42272)
    
    (cherry picked from commit 8fe286108720ba1f9a303c066022349d6656f735)
    
    Co-authored-by: Wonseok Yang <[email protected]>
---
 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 b34c71bc9f..c180d7b508 100644
--- a/airflow/models/taskinstance.py
+++ b/airflow/models/taskinstance.py
@@ -943,7 +943,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