From 58ff4429c65e6f4b269c58de1826a44466ba65e3 Mon Sep 17 00:00:00 2001 From: Bo Ding Date: Tue, 7 Jun 2022 16:19:32 +0800 Subject: [PATCH] Update python.mdx --- docs-en/14-reference/03-connector/python.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs-en/14-reference/03-connector/python.mdx b/docs-en/14-reference/03-connector/python.mdx index 53e07d9660..58b94f13ae 100644 --- a/docs-en/14-reference/03-connector/python.mdx +++ b/docs-en/14-reference/03-connector/python.mdx @@ -199,8 +199,7 @@ The `connect()` function returns a `taos.TaosConnection` instance. In client-sid All arguments to the `connect()` function are optional keyword arguments. The following are the connection parameters specified. -- - `url`: The URL of taosAdapter REST service. The default is . -- `host`: The host to connect to. The default is localhost. +- `url`: The URL of taosAdapter REST service. The default is . - `user`: TDengine user name. The default is `root`. - `password`: TDengine user password. The default is `taosdata`. - `timeout`: HTTP request timeout in seconds. The default is `socket._GLOBAL_DEFAULT_TIMEOUT`. Usually, no configuration is needed. -- GitLab