This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-7-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 553af43c6e6ba163e15d6c94aaddc8b93d767296
Author: Wonseok Yang <62360849+dead-1...@users.noreply.github.com>
AuthorDate: Sat Oct 7 19:28:11 2023 +0900

    docs: remove extraneous '>' in provider section name (#34813)
    
    Removed the extraneous '>' character from the 'providers.some_provider>' 
section name in the documentation
    
    (cherry picked from commit f34e6f889f29f88949d83d80f2452c8f85963d0a)
---
 docs/apache-airflow/howto/set-config.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/apache-airflow/howto/set-config.rst 
b/docs/apache-airflow/howto/set-config.rst
index 1e0679c886..bf1cae0d37 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

Reply via email to