From d84df5cb2da22d9914526143aaeeea147b989fd9 Mon Sep 17 00:00:00 2001 From: svd0 Date: Thu, 30 Jun 2022 10:19:09 -0300 Subject: [PATCH] Fix comment --- fastapi/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastapi/utils.py b/fastapi/utils.py index 10173222e..2a634c70c 100644 --- a/fastapi/utils.py +++ b/fastapi/utils.py @@ -76,7 +76,7 @@ def create_cloned_field( *, cloned_types: Optional[Dict[Type[BaseModel], Type[BaseModel]]] = None, ) -> ModelField: - # _cloned_types has already cloned types, to support recursive model + # _cloned_types has already cloned types, to support recursive models if cloned_types is None: cloned_types = dict() original_type = field.type_