This is an automated email from the ASF dual-hosted git repository.
taragolis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new f34e6f889f docs: remove extraneous '>' in provider section name
(#34813)
f34e6f889f is described below
commit f34e6f889f29f88949d83d80f2452c8f85963d0a
Author: Wonseok Yang <[email protected]>
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
---
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