-
Notifications
You must be signed in to change notification settings - Fork 870
[CodeStyle][Typos][T-[1-5]] Fix typo('Tenosr','Tthe','Traning','Transfomed','Tansformer') #7574 #7577
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
[CodeStyle][Typos][T-[1-5]] Fix typo('Tenosr','Tthe','Traning','Transfomed','Tansformer') #7574 #7577
Conversation
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7577.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
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.
分支要从 develop 的基础上 checkout 出来,你和 #7573 的修改有重复
_typos.toml
Outdated
| beacuse = "beacuse" | ||
| bechmark = "bechmark" | ||
| benckmark = "benckmark" | ||
| boradcast = "boradcast" |
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.
这是处理冲突出错了吗
_typos.toml
Outdated
| cantains = "cantains" | ||
| choosen = "choosen" | ||
| classfication = "classfication" | ||
| chosen = "chosen" |
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.
删掉之前的就好,不用修改什么
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.
现在差不多了吗?
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.
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.
📚 本次 PR 文档预览链接(点击展开)
|
|
#7573 已合入,有冲突需要解决, |
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
修复了合入冲突与_typos.toml中修改部分同时存在大写和小写单词--相同单词同时存在大写小写均已经删除,并且检查完毕。对于tthe部分不需要修改已经保留。 |




PR Category
User Experience
Description
Fix:
修复如下 typo 问题:
'Tenosr',
'Tthe',
'Traning',
'Transfomed',
'Tansformer'
Related links
[CodeStyle][Typos] ✏️ Typos 工具引入 #7543