You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/11/23 14:27:50 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #6649: [AIRFLOW-XXX] Fix incorrect docstring parameter

kaxil commented on a change in pull request #6649: [AIRFLOW-XXX] Fix incorrect docstring parameter
URL: https://github.com/apache/airflow/pull/6649#discussion_r349874832
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -751,7 +751,7 @@ def _change_state_for_tis_without_dagrun(self,
         changed manually.
 
         :param old_states: examine TaskInstances in this state
-        :type old_state: list[airflow.utils.state.State]
+        :type old_states: list[airflow.utils.state.State]
 
 Review comment:
   Done :)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services