Skip to content

Commit 608b2f4

Browse files
authored
Update README.md
1 parent 8bc3805 commit 608b2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
在项目目录,验证DataApi是否正常使用。
4040

4141
```python
42-
import DataApi
42+
from DataApi import DataApi
4343

4444
api = DataApi(addr="tcp://data.tushare.org:8910")
4545
result, msg = api.login("username", "password") # 示例账户,用户需要改为自己在www.quantos.org上注册的账户

0 commit comments

Comments
 (0)