You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/09/03 08:36:45 UTC

[GitHub] kaxil closed pull request #3837: [AIRFLOW-XXX] Fix typos in faq.rst

kaxil closed pull request #3837: [AIRFLOW-XXX] Fix typos in faq.rst
URL: https://github.com/apache/incubator-airflow/pull/3837
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/faq.rst b/docs/faq.rst
index 46212084c5..61c1ba9ce1 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -141,15 +141,15 @@ What are all the ``airflow run`` commands in my process list?
 There are many layers of ``airflow run`` commands, meaning it can call itself.
 
 - Basic ``airflow run``: fires up an executor, and tell it to run an
-  ``airflow run --local`` command. if using Celery, this means it puts a
-  command in the queue for it to run remote, on the worker. If using
+  ``airflow run --local`` command. If using Celery, this means it puts a
+  command in the queue for it to run remotely on the worker. If using
   LocalExecutor, that translates into running it in a subprocess pool.
 - Local ``airflow run --local``: starts an ``airflow run --raw``
   command (described below) as a subprocess and is in charge of
   emitting heartbeats, listening for external kill signals
-  and ensures some cleanup takes place if the subprocess fails
+  and ensures some cleanup takes place if the subprocess fails.
 - Raw ``airflow run --raw`` runs the actual operator's execute method and
-  performs the actual work
+  performs the actual work.
 
 
 How can my airflow dag run faster?


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services