[AIRFLOW-XXXX] Fix reference in concepts doc (#7135)

Correcting reference in Concepts -> Cluster Policy doc from airflow_setting.py to airflow_local_settings.py
This commit is contained in:
Gabriel Eckers 2020-01-10 16:05:06 -05:00 коммит произвёл Kaxil Naik
Родитель 28d8ef1eff
Коммит a676f159d4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1124,7 +1124,7 @@ and is expected to alter its attributes.
For example, this function could apply a specific queue property when
using a specific operator, or enforce a task timeout policy, making sure
that no tasks run for more than 48 hours. Here's an example of what this
may look like inside your ``airflow_settings.py``:
may look like inside your ``airflow_local_settings.py``:
.. code:: python