You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2020/07/21 13:09:11 UTC

[incubator-iotdb] 04/04: Update client-py/readme.md

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch rel/0.10
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit b29b10e7d8833e2cb43b55d89b8c0095838f4acc
Author: Jialin Qiao <qj...@mails.tsinghua.edu.cn>
AuthorDate: Tue Jul 21 19:57:09 2020 +0800

    Update client-py/readme.md
---
 client-py/readme.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/client-py/readme.md b/client-py/readme.md
index a63ec87..364d008 100644
--- a/client-py/readme.md
+++ b/client-py/readme.md
@@ -47,5 +47,4 @@ to generate the python library.
 
 ## Session Client & Example
 We packed up the Thrift interface in `client-py/src/session.py` (similar with its Java counterpart), also provided 
-an example file `client-py/src/sessionExample.py` of how to use the session module. please read it carefully.
-
+an example file `client-py/src/SessionExample.py` of how to use the session module. please read it carefully.