From 5ffa7a918e2a287a8ecb8e44b0d3ef249ef5acc1 Mon Sep 17 00:00:00 2001 From: oclyke Date: Tue, 29 Apr 2025 17:00:43 -0700 Subject: [PATCH 1/2] docs(README.md): simplify wording of root cert inclusion comment Correcting wrong usage of "manor" instead of "manner" and removing redundant "also" which is already suggested by trailing "as well". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4df8eb..60318d7 100644 --- a/README.md +++ b/README.md @@ -198,4 +198,4 @@ table = client.query( print(table.to_pandas()) ``` -You may also include your own root certificate via this manor aswell. +You may include your own root certificate in this manner as well. From c03423ae2d61569b7f5757aa1cb90c4cbab023fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Bedn=C3=A1=C5=99?= Date: Thu, 25 Sep 2025 06:16:07 +0200 Subject: [PATCH 2/2] docs: Fix spelling and grammar in README.md Corrected spelling and grammar in the README. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 25fe7f8..7794e32 100644 --- a/README.md +++ b/README.md @@ -200,8 +200,6 @@ print(table.to_pandas()) ``` You may include your own root certificate in this manner as well. -======= -You may also include your own root certificate via this manor aswell. If connecting to InfluxDB fails with error `DNS resolution failed` when using domain name, example `www.mydomain.com`, then try to set environment variable `GRPC_DNS_RESOLVER=native` to see if it works.