Skip to content

Commit

Permalink
docs: Adjust the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ZPascal committed Dec 2, 2024
1 parent 1fdea68 commit f480e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana_api/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f480e1f

Please sign in to comment.