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 2018/12/19 22:43:11 UTC

[GitHub] kaxil closed pull request #4337: [AIRFLOW-XXX] Fix inconsistent comment in example_python_operator.py

kaxil closed pull request #4337: [AIRFLOW-XXX] Fix inconsistent comment in example_python_operator.py
URL: https://github.com/apache/incubator-airflow/pull/4337
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/airflow/example_dags/example_python_operator.py b/airflow/example_dags/example_python_operator.py
index 254fb3e26c..84705181a8 100644
--- a/airflow/example_dags/example_python_operator.py
+++ b/airflow/example_dags/example_python_operator.py
@@ -61,7 +61,7 @@ def my_sleeping_function(random_base):
     time.sleep(random_base)
 
 
-# Generate 10 sleeping tasks, sleeping from 0 to 4 seconds respectively
+# Generate 5 sleeping tasks, sleeping from 0.0 to 0.4 seconds respectively
 for i in range(5):
     task = PythonOperator(
         task_id='sleep_for_' + str(i),


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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