- 
                Notifications
    You must be signed in to change notification settings 
- Fork 869
[CodeStyle][Typos][T-[11-15]] Fix typo('treshold','trian','traing , trainning , traning','transfered','trasformed') #7588
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
base: develop
Are you sure you want to change the base?
[CodeStyle][Typos][T-[11-15]] Fix typo('treshold','trian','traing , trainning , traning','transfered','trasformed') #7588
Conversation
…u/docs into fix-branch-c1-c2
| 📚 本次 PR 文档预览链接(点击展开)
 | 
| 感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7588.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html | 
| 
 可以说一下原因和位置吗 | 
| 
 正确的修复方式是先注释掉你要修复的单词,然后执行  | 
| 
 我觉得文件名不宜修改,可能会导致其他问题?而代码部分我觉得可以修改。对于这两个问题解决,希望你回复。然后我及时修改pr。 | 
| 
 文件名可以改呀,代码部分也可以改啊,只是你要看看它想 print 的什么就改成什么 | 
| 我记得_typos.toml 前面有排除文件的设置,我留空了,你可以添加进去试试  | 






PR Category
User Experience
Description
Fix:
修复如下 typo 问题:
treshold',
'trian',
'traing ,
trainning , traning','transfered',
'trasformed'
目前通过codespell验证已经不存在t单词的问题



其中存在typos误判将单词部分标注为错误,选择保留
Related links
✏️ Typos 工具引入 #7543