Browse Source

Small sentence update

Co-authored-by: Motov Yurii <[email protected]>
pull/14939/head
lkkmpn 5 months ago
committed by GitHub
parent
commit
5574555409
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/docs/tutorial/extra-models.md

2
docs/en/docs/tutorial/extra-models.md

@ -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…
Cancel
Save