-
Notifications
You must be signed in to change notification settings - Fork 874
[CodeStyle][Typos][M-[1-2],M-[4-7],M-[9-11]] Fix typo(Moible, …)
#7627
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?
Conversation
…roy', 'messege', 'metaphore', 'muliply', 'mulitplying',
|
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7627.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
📚 本次 PR 文档预览链接(点击展开)
|
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.
Pull Request Overview
This PR systematically fixes 10 types of spelling errors across 14 documentation files and updates the typo configuration file accordingly.
Key Changes
- Corrects 10 specific typos: Moible→Mobile, mantained→maintained, mdule→module, mechnism→mechanism, memeory/memroy→memory, messege→message, metaphore→metaphor, muliply→multiply, mulitplying→multiplying
- Removes the corrected typos from the
_typos.tomlconfiguration file to prevent false positives - All changes are limited to documentation files with no functional code impact
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| _typos.toml | Removed 10 typo entries that have been corrected in documentation |
| pytorch_api_mapping_format_cn.md | Fixed pin_memeory to pin_memory in parameter documentation |
| pytorch_api_mapping_format_cn_deprecated.md | Fixed pin_memeory to pin_memory in deprecated parameter documentation |
| torch.scalar_tensor.md | Fixed pin_memeory to pin_memory in API difference documentation |
| torch.load.md | Fixed pickle_mdule to pickle_module in parameter documentation |
| torch.testing.assert_close.md | Fixed messege to message in example code (2 instances) |
| torch.testing.assert_allclose.md | Fixed messege to message in example code (2 instances) |
| torch._assert.md | Fixed messege to message in example code (2 instances) |
| train_cn.md | Fixed muliply to multiply in FAQ answer |
| evaluation_of_docs_system.md | Fixed Moible to Mobile in category heading |
| memory_api_en.md | Fixed memroy to memory in API parameter description |
| graph.md | Fixed metaphore to metaphor in design documentation |
| gru.md | Fixed mulitplying to multiplying in technical documentation (2 instances) |
| memory_optimization.md | Fixed mantained to maintained in technical documentation |
| README.md | Fixed memroy to memory in design documentation |
| go_op.md | Fixed mechnism to mechanism in technical documentation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...des/model_convert/convert_from_pytorch/api_difference/torch_more_args/torch.scalar_tensor.md
Outdated
Show resolved
Hide resolved
…torch_more_args/torch.scalar_tensor.md Co-authored-by: Copilot <[email protected]>
ooooo-create
left a comment
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
Description
修复如下 typo 问题:
Related links
@ooooo-create