This is an automated email from the ASF dual-hosted git repository.
potiuk 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 119f1e8414 Fix broken formatting in HTTP Connection documentation
(#37803)
119f1e8414 is described below
commit 119f1e8414a3d62dd97735574ffa2da2b21b7509
Author: Andrey Anshin <[email protected]>
AuthorDate: Fri Mar 1 03:12:44 2024 +0400
Fix broken formatting in HTTP Connection documentation (#37803)
---
docs/apache-airflow-providers-http/connections/http.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/apache-airflow-providers-http/connections/http.rst
b/docs/apache-airflow-providers-http/connections/http.rst
index 6f1decdec9..3d471f3ccf 100644
--- a/docs/apache-airflow-providers-http/connections/http.rst
+++ b/docs/apache-airflow-providers-http/connections/http.rst
@@ -56,10 +56,11 @@ Schema (optional)
Extras (optional)
Specify headers and default requests parameters in json format.
Following default requests parameters are taken into account:
+
* ``stream``
* ``cert``
- * ``proxies or proxy``
- * ``verify or verify_ssl``
+ * ``proxies`` or ``proxy``
+ * ``verify`` or ``verify_ssl``
* ``allow_redirects``
* ``max_redirects``