doc: fix duplicate tabItem value

This commit is contained in:
gccgdb1234 2022-09-29 17:14:47 +08:00
parent 19be38dcca
commit 768a04d171
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ pip3 install git+https://github.com/taosdata/taos-connector-python.git
### Verify
<Tabs defaultValue="rest">
<TabItem value="rest" label="native connection">
<TabItem value="native" label="native connection">
For native connection, you need to verify that both the client driver and the Python connector itself are installed correctly. The client driver and Python connector have been installed properly if you can successfully import the `taos` module. In the Python Interactive Shell, you can type.