Browse Source

Update docs/ko/docs/tutorial/extra-models.md

change word 'Unwrapping' to 'Unpacking'

Co-authored-by: Lee Yesong (이예송) <[email protected]>
pull/13063/head
timothy 2 months ago
committed by jts8257
parent
commit
220c8d0b0d
  1. 2
      docs/ko/docs/tutorial/extra-models.md

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

@ -121,7 +121,7 @@ UserInDB(**user_in.dict())
따라서, 다른 Pydantic 모델의 데이터를 사용하여 새로운 Pydantic 모델을 생성할 수 있습니다.
#### `dict`래핑(Unwrapping)과 추가 키워드
#### `dict`패킹(Unpacking)과 추가 키워드
그리고 다음과 같이 추가 키워드 인자 `hashed_password=hashed_password`를 포함하면:

Loading…
Cancel
Save