This is an automated email from the ASF dual-hosted git repository.
xddeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/master by this push:
new a68f073 Fix indentation in code block in Taskflow API doc (#14241)
a68f073 is described below
commit a68f0739e990514ce7b1f6510af738fec5f87b9b
Author: Kan Ouivirach <[email protected]>
AuthorDate: Tue Feb 16 23:59:01 2021 +0700
Fix indentation in code block in Taskflow API doc (#14241)
---
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