Commit fd39178
Fix Chinese punctuation compliance in paddle.hub API docs
Replace English colons with Chinese colons in default value descriptions
in hub API documentation files. Also fix missing space after parameter
type in load_cn.rst.
Affected files:
- docs/api/paddle/hub/help_cn.rst: 默认值: False -> 默认值:False
- docs/api/paddle/hub/list_cn.rst: 默认值: False -> 默认值:False
- docs/api/paddle/hub/load_cn.rst: 默认值: False -> 默认值:False, fix missing space in model param
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 25412ad commit fd39178
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments