Skip to content

Commit 8a403f5

Browse files
authored
Update 5.nebula-python-client.md (#1452)
as we use format string in nebula-python, don't support python3.5
1 parent 0f17551 commit 8a403f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-2.0/14.client/5.nebula-python-client.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 前提条件
66

7-
已安装 Python,版本为 3.5 及以上。
7+
已安装 Python,版本为 3.6 及以上。
88

99
## 版本对照表
1010

@@ -115,4 +115,4 @@ while resp.has_next():
115115
result = resp.next()
116116
for edge_data in result:
117117
print(edge_data)
118-
```
118+
```

0 commit comments

Comments
 (0)