@@ -25,16 +25,14 @@ msgid "**Source code:** :source:`Lib/asyncio/exceptions.py`"
2525msgstr "**소스 코드:** :source:`Lib/asyncio/exceptions.py`"
2626
2727#: ../../library/asyncio-exceptions.rst:16
28- #, fuzzy
2928msgid ""
3029"A deprecated alias of :exc:`TimeoutError`, raised when the operation has "
3130"exceeded the given deadline."
32- msgstr "작업이 주어진 마감 시간을 초과했습니다 ."
31+ msgstr ":exc:`TimeoutError` \\ 의 폐지된 별칭입니다. 작업이 주어진 마감 시간을 초과했을 때 발생합니다 ."
3332
3433#: ../../library/asyncio-exceptions.rst:21
35- #, fuzzy
3634msgid "This class was made an alias of :exc:`TimeoutError`."
37- msgstr ":exc:`RuntimeError `\\ 의 서브 클래스입니다 ."
35+ msgstr "이 클래스를 :exc:`TimeoutError `\\ 의 별칭으로 만들었습니다 ."
3836
3937#: ../../library/asyncio-exceptions.rst:26
4038msgid "The operation has been cancelled."
@@ -50,11 +48,12 @@ msgstr ""
5048"일으켜야 합니다."
5149
5250#: ../../library/asyncio-exceptions.rst:34
53- #, fuzzy
5451msgid ""
5552":exc:`CancelledError` is now a subclass of :class:`BaseException` rather "
5653"than :class:`Exception`."
57- msgstr ":exc:`CancelledError`\\ 는 이제 :class:`BaseException`\\ 의 서브 클래스입니다."
54+ msgstr ""
55+ ":exc:`CancelledError`\\ 는 이제 :class:`Exception`\\ 가 아니라 "
56+ ":class:`BaseException`\\ 의 서브 클래스입니다."
5857
5958#: ../../library/asyncio-exceptions.rst:39
6059msgid "Invalid internal state of :class:`Task` or :class:`Future`."
@@ -108,8 +107,3 @@ msgstr ":ref:`asyncio 스트림 API <asyncio-streams>`\\가 일으킵니다."
108107msgid "The total number of to be consumed bytes."
109108msgstr "소비된 바이트의 총수."
110109
111- #~ msgid ""
112- #~ "This exception is different from the "
113- #~ "builtin :exc:`TimeoutError` exception."
114- #~ msgstr "이 예외는 내장 :exc:`TimeoutError` 예외와 다릅니다."
115-
0 commit comments