From 49610aee959a70d472caeac02c19d7c6f66068b8 Mon Sep 17 00:00:00 2001 From: timothy <53824764+timothy-jeong@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:21:42 +0900 Subject: [PATCH] Update docs/ko/docs/tutorial/extra-models.md Co-authored-by: sodam <66295123+sodaMelon@users.noreply.github.com> --- docs/ko/docs/tutorial/extra-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ko/docs/tutorial/extra-models.md b/docs/ko/docs/tutorial/extra-models.md index a56e2a977..8af721ed7 100644 --- a/docs/ko/docs/tutorial/extra-models.md +++ b/docs/ko/docs/tutorial/extra-models.md @@ -102,7 +102,7 @@ UserInDB( ) ``` -#### 다른 Pydantic 모델의 데이터를 활용한 Pydantic 모델 생성 +#### 다른 모델 데이터로 새 Pydantic 모델 생성 위의 예제에서 `user_in.dict()`로부터 `user_dict`를 생성한 것처럼, 아래 코드는: