]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
✏️ Remove redundant words in docs/zh/docs/python-types.md (#13774)
authorCharlie ✨ <18888351756@163.com>
Mon, 9 Jun 2025 04:15:17 +0000 (12:15 +0800)
committerGitHub <noreply@github.com>
Mon, 9 Jun 2025 04:15:17 +0000 (06:15 +0200)
docs/zh/docs/python-types.md

index 5126cb847e3422ec212d1ee7ee9fea011dd0018c..ba767da879f5c5800d417f486ea539a28b62e653 100644 (file)
@@ -228,7 +228,7 @@ John Doe
 
 ## Pydantic 模型
 
-<a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> 是一个用来用来执行数据校验的 Python 库。
+<a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a> 是一个用来执行数据校验的 Python 库。
 
 你可以将数据的"结构"声明为具有属性的类。