diff --git a/docs/apache-airflow/howto/set-config.rst b/docs/apache-airflow/howto/set-config.rst index 1e0679c886584..bf1cae0d37cd3 100644 --- a/docs/apache-airflow/howto/set-config.rst +++ b/docs/apache-airflow/howto/set-config.rst @@ -66,7 +66,7 @@ For example consider the pretend section ``providers.some_provider``: .. code-block:: ini - [providers.some_provider>] + [providers.some_provider] this_param = true .. code-block:: bash