From 8a403f5b67cf6330ff4abc45b0a1caeee30c1aa5 Mon Sep 17 00:00:00 2001 From: "Harris.Chu" <1726587+HarrisChu@users.noreply.github.com> Date: Wed, 9 Feb 2022 15:19:58 +0800 Subject: [PATCH] Update 5.nebula-python-client.md (#1452) as we use format string in nebula-python, don't support python3.5 --- docs-2.0/14.client/5.nebula-python-client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/14.client/5.nebula-python-client.md b/docs-2.0/14.client/5.nebula-python-client.md index 8a8c17a8181..e912d6a2693 100644 --- a/docs-2.0/14.client/5.nebula-python-client.md +++ b/docs-2.0/14.client/5.nebula-python-client.md @@ -4,7 +4,7 @@ ## 前提条件 -已安装 Python,版本为 3.5 及以上。 +已安装 Python,版本为 3.6 及以上。 ## 版本对照表 @@ -115,4 +115,4 @@ while resp.has_next(): result = resp.next() for edge_data in result: print(edge_data) -``` \ No newline at end of file +```