XD-DENG commented on a change in pull request #6649: [AIRFLOW-XXX] Fix
incorrect docstring parameter
URL: https://github.com/apache/airflow/pull/6649#discussion_r349874776
##########
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:
Hi @kaxil , seems there is the same error in line 758. Do you mind fixing it
together?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services