From 55745554096561920736ce2c884d146457de4e40 Mon Sep 17 00:00:00 2001 From: lkkmpn Date: Wed, 18 Feb 2026 18:42:34 +0100 Subject: [PATCH] Small sentence update Co-authored-by: Motov Yurii <109919500+YuriiMotov@users.noreply.github.com> --- docs/en/docs/tutorial/extra-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/extra-models.md b/docs/en/docs/tutorial/extra-models.md index 57f8fcf635..849f7feb0a 100644 --- a/docs/en/docs/tutorial/extra-models.md +++ b/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