Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link changes 3.6.0 #2594

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-2.0-en/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0-zh/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)。

Expand Down