Repository: incubator-airflow
Updated Branches:
  refs/heads/master 2a079b953 -> 6f6884641


[AIRFLOW-XXX] Fix wrong table header in scheduler.rst

Closes #3306 from sekikn/table_header


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/6f688464
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/6f688464
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/6f688464

Branch: refs/heads/master
Commit: 6f6884641f6eca799f35190ef133329a00a1daaf
Parents: 2a079b9
Author: Kengo Seki <[email protected]>
Authored: Wed May 2 23:47:33 2018 -0700
Committer: r39132 <[email protected]>
Committed: Wed May 2 23:47:33 2018 -0700

----------------------------------------------------------------------
 docs/scheduler.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/6f688464/docs/scheduler.rst
----------------------------------------------------------------------
diff --git a/docs/scheduler.rst b/docs/scheduler.rst
index 7e4e544..dfa0a42 100644
--- a/docs/scheduler.rst
+++ b/docs/scheduler.rst
@@ -45,7 +45,7 @@ a ``str``, or a ``datetime.timedelta`` object. Alternatively, 
you can also
 use one of these cron "preset":
 
 
+--------------+----------------------------------------------------------------+---------------+
-| preset       | Run once a year at midnight of January 1                      
 | cron          |
+| preset       | meaning                                                       
 | cron          |
 
+==============+================================================================+===============+
 | ``None``     | Don't schedule, use for exclusively "externally triggered"    
 |               |
 |              | DAGs                                                          
 |               |

Reply via email to