From dd8e14f5c50aa20e2a9b673148be20076de52a5e Mon Sep 17 00:00:00 2001 From: Dheeraj Turaga Date: Thu, 29 May 2025 13:43:12 -0500 Subject: [PATCH] Minor fix in python client docs (#51216) (cherry picked from commit a08ea0a223f6b0c536d4294593edcc601d575621) --- clients/python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/python/README.md b/clients/python/README.md index 0fa289542a581..58568af8b8d30 100644 --- a/clients/python/README.md +++ b/clients/python/README.md @@ -552,7 +552,7 @@ You can also set it by env variable: `export AIRFLOW__CORE__LOAD_EXAMPLES=True` * optionally expose configuration (NOTE! that this is dangerous setting). The script will happily run with the default setting, but if you want to see the configuration, you need to expose it. - In the `[webserver]` section of your `airflow.cfg` set: + In the `[api]` section of your `airflow.cfg` set: ```ini [api]