-
Notifications
You must be signed in to change notification settings - Fork 869
[CodeStyle][Typos][U-[1-5]] Fix typo(Useage
,unqiue
,unsupport
,utill
,updte
)
#7563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7563.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
|
请签署CLA |
可以把 |
明白了明白了,一开始没看清楚,不好意思嘞 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR Category
User Experience
PR Types
Devs
Description
根据
typos
拼写检查结果,遵循原则1(不修改 API)和原则2(不修改专有名词),对本批次 ([U-[1-5]]
) 单词进行修复和甄别:Fix (已修复以下拼写错误):
Useage
(位于print
语句中,已改为Usage
)unqiue
(位于文档描述中,已改为unique
)utill
(位于文档描述中,已改为until
)updte
(位于代码注释中,已改为update
)Undo (添加回
_typos.toml
白名单):unsupport
(违反原则1,涉及 API 名称def unsupport_func
和命令行参数--show_unsupport
)