From: Charlie ✨ <18888351756@163.com> Date: Mon, 9 Jun 2025 04:15:17 +0000 (+0800) Subject: ✏️ Remove redundant words in docs/zh/docs/python-types.md (#13774) X-Git-Tag: 0.115.13~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b12a2818a7eb4ac45da8afedeb29d7030104f03;p=thirdparty%2Ffastapi%2Ffastapi.git ✏️ Remove redundant words in docs/zh/docs/python-types.md (#13774) --- diff --git a/docs/zh/docs/python-types.md b/docs/zh/docs/python-types.md index 5126cb847e..ba767da879 100644 --- a/docs/zh/docs/python-types.md +++ b/docs/zh/docs/python-types.md @@ -228,7 +228,7 @@ John Doe ## Pydantic 模型 -Pydantic 是一个用来用来执行数据校验的 Python 库。 +Pydantic 是一个用来执行数据校验的 Python 库。 你可以将数据的"结构"声明为具有属性的类。