From 87f15ac2594b2da85d1453b90c35bf296d1114b1 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 21 Mar 2023 19:05:33 +0800 Subject: [PATCH] docs: fix connector python install version 3.0 (#20575) * docs: this line is inaccurate, in current connector-python repo, it require python >= 3.6.2 because there is a dependence iso8601 * docs: append websocket doc for python connector * docs: fix tabitem --------- Co-authored-by: Adam Ji --- docs/en/14-reference/03-connector/07-python.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/14-reference/03-connector/07-python.mdx b/docs/en/14-reference/03-connector/07-python.mdx index eaed9db1d3..69be15f9e8 100644 --- a/docs/en/14-reference/03-connector/07-python.mdx +++ b/docs/en/14-reference/03-connector/07-python.mdx @@ -124,6 +124,7 @@ For WebSocket connection, verifying that the `taosws` module can be imported suc import taosws ``` + :::tip