diff --git a/docs/concepts.rst b/docs/concepts.rst index fed14ec07c0f8b..9f67a279bc74a9 100644 --- a/docs/concepts.rst +++ b/docs/concepts.rst @@ -1166,7 +1166,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