Skip to content

Commit 452f6d3

Browse files
author
Sungho Hwang
authored
Fix typo in asyncio-task.po (#631)
Thanks
1 parent 0b56c0c commit 452f6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/asyncio-task.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ msgid ""
789789
"or the low-level :meth:`loop.create_task` or :func:`ensure_future` "
790790
"functions. Manual instantiation of Tasks is discouraged."
791791
msgstr ""
792-
"테스트를 만들려면 고수준 :func:`asyncio.create_task` 함수를 사용하거나, 저수준 "
792+
"태스크를 만들려면 고수준 :func:`asyncio.create_task` 함수를 사용하거나, 저수준 "
793793
":meth:`loop.create_task` 나 :func:`ensure_future` 함수를 사용하십시오. 태스크의 인스턴스를 "
794794
"직접 만드는 것은 권장되지 않습니다."
795795

0 commit comments

Comments
 (0)