You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/08/24 18:22:47 UTC

[airflow] branch main updated: Fixed numeric list (#17813)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 806f06b  Fixed numeric list (#17813)
806f06b is described below

commit 806f06ba30792e2a023a27c8937f2f8a4f62c377
Author: Charles Morin <ch...@outlook.fr>
AuthorDate: Tue Aug 24 14:22:32 2021 -0400

    Fixed numeric list (#17813)
---
 docs/apache-airflow/executor/debug.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/apache-airflow/executor/debug.rst b/docs/apache-airflow/executor/debug.rst
index e956e11..b4d2623 100644
--- a/docs/apache-airflow/executor/debug.rst
+++ b/docs/apache-airflow/executor/debug.rst
@@ -38,6 +38,7 @@ For more information on setting the configuration, see :doc:`../howto/set-config
 **IDE setup steps:**
 
 1. Add ``main`` block at the end of your DAG file to make it runnable.
+
 It will run a backfill job:
 
 .. code-block:: python