Skip to content

Conversation

@ooooo-create
Copy link
Collaborator

@ooooo-create ooooo-create commented Feb 5, 2026

  1. 修复了15处"Convlution" → "Convolution"拼写错误
    • 主要分布在卷积相关API文档中
  2. 修复了1处"channals" → "channels"拼写错误
    • docs/templates/common_docs.py
  3. 修复了1处"convlution" → "convolution"拼写错误
    • docs/design/network/deep_speech_2.md
  4. 添加了2个例外规则到_typos.toml
    • "convnet" (卷积神经网络术语)
    • "certifi" (Python包名)

Copilot AI review requested due to automatic review settings February 5, 2026 06:06
@paddle-bot
Copy link

paddle-bot bot commented Feb 5, 2026

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

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

📚 本次 PR 文档预览链接(点击展开)
ℹ️ 预览提醒
请等待 Docs-NEW 流水线运行完成后再点击预览链接,否则可能会看到旧版本内容或遇到链接无法访问的情况。

Copy link
Contributor

Copilot AI left a 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 upgrades the typos spell checker from v1.42.0 to v1.43.1 and fixes typos discovered by the new version. The changes primarily correct spelling mistakes in documentation files.

Changes:

  • Bumped typos pre-commit hook from v1.42.0 to v1.43.1
  • Fixed spelling errors: "channals" → "channels", "Convlution" → "Convolution", "convlution" → "convolution"
  • Updated _typos.toml to whitelist legitimate words (certifi, convnet) and alphabetically sorted entries
  • Added .comate to .gitignore

Reviewed changes

Copilot reviewed 15 out of 16 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.pre-commit-config.yaml Updated typos tool version from v1.42.0 to v1.43.1
_typos.toml Added certifi and convnet to whitelist, alphabetically sorted entries
.gitignore Added .comate directory (IDE configuration)
docs/templates/common_docs.py Fixed typo: "channals" → "channels"
docs/design/network/deep_speech_2.md Fixed typo: "convlution" → "convolution"
docs/api/paddle/static/nn/conv3d_transpose_cn.rst Fixed typo: "Convlution3D" → "Convolution3D"
docs/api/paddle/static/nn/conv3d_cn.rst Fixed typo: "Convlution3D/2D" → "Convolution3D/2D"
docs/api/paddle/static/nn/conv2d_transpose_cn.rst Fixed typo: "Convlution2D" → "Convolution2D"
docs/api/paddle/nn/functional/conv3d_transpose_cn.rst Fixed typo: "Convlution3d" → "Convolution3d"
docs/api/paddle/nn/functional/conv3d_cn.rst Fixed typo: "Convlution3D/2D" → "Convolution3D/2D"
docs/api/paddle/nn/functional/conv2d_transpose_cn.rst Fixed typo: "Convlution2D" → "Convolution2D"
docs/api/paddle/nn/functional/conv1d_transpose_cn.rst Fixed typo: "Convlution1D" → "Convolution1D"
docs/api/paddle/nn/Conv3D_cn.rst Fixed typo: "Convlution3D/2D" → "Convolution3D/2D"
docs/api/paddle/nn/Conv3DTranspose_cn.rst Fixed typo: "Convlution3d" → "Convolution3d"
docs/api/paddle/nn/Conv2DTranspose_cn.rst Fixed typo: "Convlution2d" → "Convolution2d"
docs/api/paddle/nn/Conv1DTranspose_cn.rst Fixed typo: "Convlution1d" → "Convolution1d"

@luotao1 luotao1 merged commit 67bde9d into PaddlePaddle:develop Feb 6, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants