fix typos in Chinese README (#221)

* fix typo in README.src.md

jupyterr -> jupyter

* fix typo in README.cn.md

jupyterr -> jupyter
This commit is contained in:
Siwei Chen 2021-05-27 01:17:43 -05:00 committed by GitHub
parent b011bc6380
commit c4a937cd32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ for i,(x,y) in enumerate(get_data(n)):
## 快速开始
我们提供了一些jupyterr notebooks来帮助您快速入门Jittor。
我们提供了一些jupyter notebooks来帮助您快速入门Jittor。
- [示例:模型定义与训练][1]
- [基础Op, Var][2]

View File

@ -96,7 +96,7 @@ for i,(x,y) in enumerate(get_data(n)):
We provide some jupyter notebooks to help you quick start with Jittor.
我们提供了一些jupyterr notebooks来帮助您快速入门Jittor。
我们提供了一些jupyter notebooks来帮助您快速入门Jittor。
- [Example: Model definition and training][1]
- [示例:模型定义与训练][1]