From 4218db6f880fe3b4b02306bf95ec64eebbbb9e64 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sun, 19 Feb 2023 04:21:35 +0800 Subject: [PATCH] Update 01-python.md --- docs/en/10-programming/01-connect/01-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/10-programming/01-connect/01-python.md b/docs/en/10-programming/01-connect/01-python.md index 7b039b2038..f35641d16f 100644 --- a/docs/en/10-programming/01-connect/01-python.md +++ b/docs/en/10-programming/01-connect/01-python.md @@ -69,7 +69,7 @@ Alternatively, you can also set environment variables in your IDE's run configur :::note Replace and with cloud token and URL. -To obtain the value of cloud token and URL, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Programming" and then select "Python". +To obtain the value of cloud token and URL, please log in [TDengine Cloud](https://cloud.tdengine.com) and click "Programming" on the left menu, then select "Python". ::: -- GitLab