mirror of https://github.com/tiangolo/fastapi.git
🌐 Update Chinese translation for `docs/zh/docs/tutorial/handling-errors.md` (#9485)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
7cdea41431
commit
703a1f200a
|
|
@ -145,7 +145,7 @@
|
|||
|
||||
```
|
||||
|
||||
访问 `/items/foo`,可以看到以下内容替换了默认 JSON 错误信息:
|
||||
访问 `/items/foo`,可以看到默认的 JSON 错误信息:
|
||||
|
||||
```JSON
|
||||
{
|
||||
|
|
@ -163,7 +163,7 @@
|
|||
|
||||
```
|
||||
|
||||
以下是文本格式的错误信息:
|
||||
被替换为了以下文本格式的错误信息:
|
||||
|
||||
```
|
||||
1 validation error
|
||||
|
|
|
|||
Loading…
Reference in New Issue