You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/10/27 16:31:07 UTC

[airflow] branch master updated: Fixes backtick in the documentation (#11892)

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

potiuk 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 d007c49  Fixes backtick in the documentation (#11892)
d007c49 is described below

commit d007c498df655e19359c6c695e4bd16d0cadd29f
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Tue Oct 27 17:30:11 2020 +0100

    Fixes backtick in the documentation (#11892)
---
 docs/start.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/start.rst b/docs/start.rst
index 13d02db..07b7d34 100644
--- a/docs/start.rst
+++ b/docs/start.rst
@@ -46,7 +46,7 @@ The installation is quick and straightforward.
     airflow webserver --port 8080
 
     # start the scheduler
-    # open a new terminal or else run webserver with `-D` option to run it as a deamon
+    # open a new terminal or else run webserver with ``-D`` option to run it as a deamon
     airflow scheduler
 
     # visit localhost:8080 in the browser and use the admin account you just