From 155cc1083373c259b659dbde102fe91dc3d52fbb Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:41:45 +0800 Subject: [PATCH] link changes (#2593) --- docs-2.0-en/14.client/5.nebula-python-client.md | 2 +- docs-2.0-zh/14.client/5.nebula-python-client.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0-en/14.client/5.nebula-python-client.md b/docs-2.0-en/14.client/5.nebula-python-client.md index afe24fdcb5..c3048d6c18 100644 --- a/docs-2.0-en/14.client/5.nebula-python-client.md +++ b/docs-2.0-en/14.client/5.nebula-python-client.md @@ -57,7 +57,7 @@ NebulaGraph Python clients provides Connection Pool and Session Pool methods to - Session Pool - For details about all the code, see [SessinPoolExample.py](https://github.com/vesoft-inc/nebula-python/blob/{{python.branch}}/example/SessinPoolExample.py). + For details about all the code, see [SessionPoolExample.py](https://github.com/vesoft-inc/nebula-python/blob/{{python.branch}}/example/SessionPoolExample.py). For limitations of using the Session Pool method, see [Example of using session pool](https://github.com/vesoft-inc/nebula-python/blob/{{python.branch}}/README.md#example-of-using-session-pool). diff --git a/docs-2.0-zh/14.client/5.nebula-python-client.md b/docs-2.0-zh/14.client/5.nebula-python-client.md index e0256b8d41..4ac5d68a59 100644 --- a/docs-2.0-zh/14.client/5.nebula-python-client.md +++ b/docs-2.0-zh/14.client/5.nebula-python-client.md @@ -57,7 +57,7 @@ NebulaGraph Python 客户端提供 Connection Pool 和 Session Pool 两种使用 - Session Pool - 详细示例请参见 [SessinPoolExample.py](https://github.com/vesoft-inc/nebula-python/blob/{{python.branch}}/example/SessinPoolExample.py)。 + 详细示例请参见 [SessionPoolExample.py](https://github.com/vesoft-inc/nebula-python/blob/{{python.branch}}/example/SessionPoolExample.py)。 使用限制请参见 [Example of using session pool](https://github.com/vesoft-inc/nebula-python/blob/{{python.branch}}/README.md#example-of-using-session-pool)。