Browse Source

Update docs/en/docs/tutorial/query-params.md

Co-authored-by: Viicos <[email protected]>
pull/9837/head
Michael Jones 3 years ago
committed by GitHub
parent
commit
12c98cd406
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/docs/tutorial/query-params.md

2
docs/en/docs/tutorial/query-params.md

@ -226,7 +226,7 @@ In this case, there are 3 query parameters:
## Free Form Query Parameters ## Free Form Query Parameters
Sometimes you want to receive some query parameters, but you don't know in advance what they are called. **FastAPI** supports provides support for this use case. Sometimes you want to receive some query parameters, but you don't know in advance what they are called. **FastAPI** provides support for this use case.
=== "Python 3.10+" === "Python 3.10+"

Loading…
Cancel
Save