mirror of https://github.com/Jittor/Jittor
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:
parent
b011bc6380
commit
c4a937cd32
|
@ -76,7 +76,7 @@ for i,(x,y) in enumerate(get_data(n)):
|
|||
## 快速开始
|
||||
|
||||
|
||||
我们提供了一些jupyterr notebooks来帮助您快速入门Jittor。
|
||||
我们提供了一些jupyter notebooks来帮助您快速入门Jittor。
|
||||
|
||||
- [示例:模型定义与训练][1]
|
||||
- [基础:Op, Var][2]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue