Browse Source
✏️ Remove redundant words in docs/zh/docs/python-types.md (#13774)
pull/13241/merge
Charlie ✨
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/zh/docs/python-types.md
|
|
@ -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 库。 |
|
|
|
|
|
|
|
你可以将数据的"结构"声明为具有属性的类。 |
|
|
|
|
|
|
|