From f480e1fef02cca5d808f217cd8acb134cb714d64 Mon Sep 17 00:00:00 2001 From: Pascal Zimmermann Date: Mon, 2 Dec 2024 09:13:53 +0100 Subject: [PATCH] docs: Adjust the documentation --- grafana_api/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana_api/model.py b/grafana_api/model.py index b79ec0a..cb34f2c 100644 --- a/grafana_api/model.py +++ b/grafana_api/model.py @@ -86,7 +86,7 @@ class APIModel: ssl_context (ssl.SSLContext): Specify the custom ssl context of the Grafana system num_pools (int): Specify the number of the connection pool retries (any): Specify the number of the retries. Please use False as parameter to disable the retries - follow_redirects (bool): Specify if redirects should be followed (default True) + follow_redirects (bool): Specify if redirections should be followed (default True) """ host: str