Skip to content

Commit

Permalink
Update 5.nebula-python-client.md (#1452)
Browse files Browse the repository at this point in the history
as we use format string in nebula-python, don't support python3.5
  • Loading branch information
HarrisChu authored Feb 9, 2022
1 parent 0f17551 commit 8a403f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs-2.0/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## 前提条件

已安装 Python,版本为 3.5 及以上。
已安装 Python,版本为 3.6 及以上。

## 版本对照表

Expand Down Expand Up @@ -115,4 +115,4 @@ while resp.has_next():
result = resp.next()
for edge_data in result:
print(edge_data)
```
```

0 comments on commit 8a403f5

Please sign in to comment.