Skip to content

Commit

Permalink
docs: remove extraneous '>' in provider section name (#34813)
Browse files Browse the repository at this point in the history
Removed the extraneous '>' character from the 'providers.some_provider>' section name in the documentation

(cherry picked from commit f34e6f8)
  • Loading branch information
dead-1ine authored and ephraimbuddy committed Oct 29, 2023
1 parent 84abdf6 commit 553af43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/howto/set-config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 553af43

Please sign in to comment.