This is an automated email from the ASF dual-hosted git repository. pierrejeambrun pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push: new 62ed2bcd2b6 Minor fix in python client docs (#51216) (#51571) 62ed2bcd2b6 is described below commit 62ed2bcd2b6d8484a386c84451a9e8bfba02282b Author: Pierre Jeambrun <pierrejb...@gmail.com> AuthorDate: Tue Jun 10 15:13:53 2025 +0200 Minor fix in python client docs (#51216) (#51571) (cherry picked from commit a08ea0a223f6b0c536d4294593edcc601d575621) Co-authored-by: Dheeraj Turaga <dheerajtur...@gmail.com> --- 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 0fa289542a5..58568af8b8d 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]