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 afe24fdcb55..c3048d6c18b 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 e0256b8d412..4ac5d68a596 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)。