mirror of https://github.com/tiangolo/fastapi.git
Small sentence update
Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
This commit is contained in:
parent
5cee11f00a
commit
5574555409
|
|
@ -162,7 +162,7 @@ You can declare a response to be the union of two or more types, that means, tha
|
|||
|
||||
It will be defined in OpenAPI with `anyOf`.
|
||||
|
||||
To do that, use the standard Python type hint union:
|
||||
To do that, use the standard Python union syntax:
|
||||
|
||||
/// note
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue