Small sentence update

Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com>
This commit is contained in:
lkkmpn 2026-02-18 18:42:34 +01:00 committed by GitHub
parent 5cee11f00a
commit 5574555409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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