mirror of https://github.com/tiangolo/fastapi.git
✏️ Fix typo `Annotation` -> `Annotated` in `docs/en/docs/tutorial/query-params-str-validations.md` (#9625)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
d47eea9bb6
commit
7c66ec8a8b
|
|
@ -44,7 +44,7 @@ To achieve that, first import:
|
||||||
|
|
||||||
=== "Python 3.6+"
|
=== "Python 3.6+"
|
||||||
|
|
||||||
In versions of Python below Python 3.9 you import `Annotation` from `typing_extensions`.
|
In versions of Python below Python 3.9 you import `Annotated` from `typing_extensions`.
|
||||||
|
|
||||||
It will already be installed with FastAPI.
|
It will already be installed with FastAPI.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue