Skip to content

Commit

Permalink
Make code snippet appear again (apache#22163)
Browse files Browse the repository at this point in the history
Due to some erroneous extra dots, the reStructuredText got mangled and the code snippet was no longer visible.
  • Loading branch information
BioGeek authored Mar 13, 2022
1 parent 9320230 commit a7e4730
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CONTRIBUTORS_QUICK_START.rst
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ Setting up Debug
- Add a ``__main__`` block at the end of your DAG file to make it runnable. It will run a ``back_fill`` job:

.. code-block:: python
...
if __name__ == "__main__":
dag.clear()
Expand Down Expand Up @@ -1355,7 +1354,7 @@ Setting up Debug
- Add a ``__main__`` block at the end of your DAG file to make it runnable. It will run a ``back_fill`` job:

.. code-block:: python
...
if __name__ == "__main__":
dag.clear()
Expand Down

0 comments on commit a7e4730

Please sign in to comment.