This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch v2-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 36ff9c5af1c8b5c985870e91276ee98e6b5ca199 Author: Kan Ouivirach <[email protected]> AuthorDate: Tue Feb 16 23:59:01 2021 +0700 Fix indentation in code block in Taskflow API doc (#14241) (cherry picked from commit a68f0739e990514ce7b1f6510af738fec5f87b9b) --- docs/apache-airflow/tutorial_taskflow_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/tutorial_taskflow_api.rst b/docs/apache-airflow/tutorial_taskflow_api.rst index b089e03..ea52be1 100644 --- a/docs/apache-airflow/tutorial_taskflow_api.rst +++ b/docs/apache-airflow/tutorial_taskflow_api.rst @@ -188,7 +188,7 @@ Building this dependency is shown in the code below: .. code-block:: python @task() - def extract_from_file(): + def extract_from_file(): """ #### Extract from file task A simple Extract task to get data ready for the rest of the data
