8000 🌐 Update Chinese translation for `docs/zh/docs/tutorial/cookie-params.md` by jaystone776 · Pull Request #3486 · fastapi/fastapi · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update cookie-params.md
change 「」 to bold for better reading
  • Loading branch information
jaystone776 committed Sep 1, 2021
commit 946d8ca1b632ebe22199a77a60fb200a678d35b7
2 changes: 1 addition & 1 deletion docs/zh/docs/tutorial/cookie-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

!!! note "技术细节"

`Cookie` 、`Path` 、`Query` 是兄弟类,都继承自共用的 `Param` 类。
`Cookie` 、`Path` 、`Query` 是**兄弟类**,都继承自共用的 `Param` 类。

注意,从 `fastapi` 导入的 `Query`、`Path`、`Cookie` 等对象,实际上是返回特殊类的函数。

Expand Down
0