From 922b99fbb8e8228e65025111cbe561606bfe50e7 Mon Sep 17 00:00:00 2001 From: dingbo Date: Thu, 16 Jun 2022 17:25:39 +0800 Subject: [PATCH] docs: connect python --- docs/en/05-develop/01-connect/01-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/05-develop/01-connect/01-python.md b/docs/en/05-develop/01-connect/01-python.md index bd94414052..cbf0752169 100644 --- a/docs/en/05-develop/01-connect/01-python.md +++ b/docs/en/05-develop/01-connect/01-python.md @@ -80,4 +80,4 @@ Copy code bellow to your editor and run it. {{#include docs/examples/python/develop_tutorial.py:connect}} ``` -The client connection is then established. For how to write data and query data, please refer to [sample-program](https://docs.tdengine.com/cloud/connector/python/#sample-program). + -- GitLab