Skip to content

Commit 24ad3e4

Browse files
authored
docs(stdtypes.po): update 예들 to 예를 in list.sort() (#640)
1 parent 3c9a09a commit 24ad3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/stdtypes.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@ msgid ""
18661866
"means that list items are sorted directly without calculating a separate "
18671867
"key value."
18681868
msgstr ""
1869-
"*key* 는 인자 하나를 받아들이는 함수를 지정하는데, 각 리스트 요소에서 비교 키를 추출하는 데 사용됩니다 (예들 들어, "
1869+
"*key* 는 인자 하나를 받아들이는 함수를 지정하는데, 각 리스트 요소에서 비교 키를 추출하는 데 사용됩니다 (예를 들어, "
18701870
"``key=str.lower``). 리스트의 각 항목에 해당하는 키는 한 번만 계산된 후 전체 정렬 프로세스에 사용됩니다. 기본값 "
18711871
"``None`` 은 리스트 항목들이 별도의 키값을 계산하지 않고 직접 정렬된다는 것을 의미합니다."
18721872

0 commit comments

Comments
 (0)