Browse Source
🌐 Fix Korean translation for `docs/ko/docs/tutorial/body-nested-models.md` (#11710)
pull/11714/head
Nayeon Kim
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/ko/docs/tutorial/body-nested-models.md
|
|
@ -48,7 +48,7 @@ my_list: List[str] |
|
|
|
|
|
|
|
## 집합 타입 |
|
|
|
|
|
|
|
그런데 생각해보니 태그는 반복되면 안 돼고, 고유한(Unique) 문자열이어야 할 것 같습니다. |
|
|
|
그런데 생각해보니 태그는 반복되면 안 되고, 고유한(Unique) 문자열이어야 할 것 같습니다. |
|
|
|
|
|
|
|
그리고 파이썬은 집합을 위한 특별한 데이터 타입 `set`이 있습니다. |
|
|
|
|
|
|
|