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