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

Co-authored-by: Viicos <65306057+Viicos@users.noreply.github.com>
This commit is contained in:
Michael Jones 2023-07-11 05:43:35 +01:00 committed by GitHub
parent ef7ca71c23
commit 12c98cd406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ In this case, there are 3 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+"