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/12/27 00:45:21 UTC

[GitHub] r39132 closed pull request #4336: [AIRFLOW-XXX] Fix trivial grammar error in doc

r39132 closed pull request #4336: [AIRFLOW-XXX] Fix trivial grammar error in doc
URL: https://github.com/apache/incubator-airflow/pull/4336
 
 
   

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/tutorial.rst b/docs/tutorial.rst
index 69670d7b02..1b8847c4d6 100644
--- a/docs/tutorial.rst
+++ b/docs/tutorial.rst
@@ -390,10 +390,10 @@ Let's run a few commands to validate this script further.
     # print the list of active DAGs
     airflow list_dags
 
-    # prints the list of tasks the "tutorial" dag_id
+    # prints the list of tasks in the "tutorial" DAG
     airflow list_tasks tutorial
 
-    # prints the hierarchy of tasks in the tutorial DAG
+    # prints the hierarchy of tasks in the "tutorial" DAG
     airflow list_tasks tutorial --tree
 
 


 

----------------------------------------------------------------
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