Skip to content

Conversation

@Qkd004
Copy link
Contributor

@Qkd004 Qkd004 commented Nov 20, 2025

PR Category

User Experience

Description

修复如下 typo 问题:

  • skiped
  • specail
  • splited
  • stradegy
  • stirng
  • subract
  • sucess
  • sucessor
  • sucessors

未修复: # (单词/所在文件行数)。可以的话,尽量简短说明一下原因。
text:

  • S-21的softwares 指向为docs/install/pip/windows-pip.md:88:75
    原文处为一个网址:
    │ * 上述命令默认安装avxmkl的包。判断你的机器是否支持avx,可以安装CPU-Z工具查看“
    修改后无法跳转到正确网址,故没做修改
  • S-23的splited进行了修复,但是splitted并未做修复
    原因为splitted的错误指向docs/api/paddle/distributed/shard_dataloader_cn.rst:6:119

    docs/api/paddle/distributed/shard_dataloader_cn.rst:20:20
    其中的is_dataset_splitted为:
    https://github.com/PaddlePaddle/Paddle/blob/release/3.1/python/paddle/distributed/auto_parallel/api.py#L4040
    这一函数下
    def shard_dataloader(
    dataloader: DataLoader,
    meshes: ProcessMesh | Sequence[ProcessMesh],
    input_keys: Sequence[str] | None = None,
    shard_dims: Sequence[str] | Sequence[int] | str | int | None = None,
    is_dataset_splitted: bool = False,
    dense_tensor_idx: list[list[int]] | None = None,
    ) -> ShardDataloader:
    不确定是否修改,故以上三处两个错误未做修改,保留在了文件_typo.toml中

Related links

@ooooo-create

@paddle-bot
Copy link

paddle-bot bot commented Nov 20, 2025

感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-7647.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html
预览工具的更多说明,请参考:飞桨文档预览工具

@github-actions
Copy link

📚 本次 PR 文档预览链接(点击展开)
ℹ️ 预览提醒
请等待 Docs-NEW 流水线运行完成后再点击预览链接,否则可能会看到旧版本内容或遇到链接无法访问的情况。
  • docs/design/memory/memory_optimization.md: 点击预览
  • docs/design/modules/python_api.md: 点击预览
  • docs/dev_guides/api_contributing_guides/api_design_guidelines_standard_cn.md: 点击预览
  • docs/guides/advanced/auto_type_promotion_en.md: 点击预览

Copy link
Collaborator

@ooooo-create ooooo-create left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, 不需要修复的两个可以移动到 # PaddlePaddle specific words 后面

@ooooo-create ooooo-create added the HappyOpenSource 快乐开源活动issue与PR label Nov 21, 2025
@SigureMo
Copy link
Member

LGTM, 不需要修复的两个可以移动到 # PaddlePaddle specific words 后面

如果是有限个,且非 PaddlePaddle 专有名词,建议单独提 PR 使用 # typos: disable-line 禁掉

docs/_typos.toml

Lines 14 to 17 in 1f43849

# Ignore lines by `# typos: disable-line`
"(?Rm)^.*(#|//)\\s*typos:\\s*disable-line$",
# Ignore block by `# typos: off` and `# typos: on`
"(?s)(#|//)\\s*typos:\\s*off.*?\\n\\s*(#|//)\\s*typos:\\s*on"

@SigureMo SigureMo merged commit 311562e into PaddlePaddle:develop Nov 22, 2025
5 checks passed
@ooooo-create
Copy link
Collaborator

ooooo-create commented Nov 22, 2025

LGTM, 不需要修复的两个可以移动到 # PaddlePaddle specific words 后面

如果是有限个,且非 PaddlePaddle 专有名词,建议单独提 PR 使用 # typos: disable-line 禁掉

docs/_typos.toml

Lines 14 to 17 in 1f43849

# Ignore lines by `# typos: disable-line`
"(?Rm)^.*(#|//)\\s*typos:\\s*disable-line$",
# Ignore block by `# typos: off` and `# typos: on`
"(?s)(#|//)\\s*typos:\\s*off.*?\\n\\s*(#|//)\\s*typos:\\s*on"

我还没支持 markdown 的注释写法,本来想先偷懒(doge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor HappyOpenSource 快乐开源活动issue与PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants