From 2ea10cb992de58f238c8570a3205559987d6ace5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 24 Aug 2023 02:56:18 +0000 Subject: [PATCH] Preview PR https://github.com/pingcap/docs/pull/14544 and this preview is triggered from commit https://github.com/pingcap/docs/pull/14544/commits/b89b04a2a541e98e91e40a306bda0c35e9a2cc99 --- .../develop/dev-guide-sample-application-python-mysqlclient.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-python-mysqlclient.md b/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-python-mysqlclient.md index 882f0001e..118865e47 100644 --- a/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-python-mysqlclient.md +++ b/markdown-pages/en/tidb/master/develop/dev-guide-sample-application-python-mysqlclient.md @@ -184,7 +184,7 @@ Connect to your TiDB cluster depending on the TiDB deployment option you've sele python mysqlclient_example.py ``` -2. Check the [Expected output.txt](https://github.com/tidb-samples/tidb-python-mysqlclient-quickstart/blob/main/Expected-Output.txt) to see if the output matches. +2. Check the [Expected-Output.txt](https://github.com/tidb-samples/tidb-python-mysqlclient-quickstart/blob/main/Expected-Output.txt) to see if the output matches. ## Sample code snippets