Browse Source

docs: replace "re-use" in query parameter models

pull/15378/head
Codex 3 months ago
parent
commit
a026bea913
  1. 2
      docs/en/docs/tutorial/query-param-models.md

2
docs/en/docs/tutorial/query-param-models.md

@ -2,7 +2,7 @@
If you have a group of **query parameters** that are related, you can create a **Pydantic model** to declare them.
This would allow you to **re-use the model** in **multiple places** and also to declare validations and metadata for all the parameters at once. 😎
This would allow you to **reuse the model** in **multiple places** and also to declare validations and metadata for all the parameters at once. 😎
/// note

Loading…
Cancel
Save