Skip to content

Commit 052e28e

Browse files
committed
#994 - remove fuzzy flags
1 parent 7760163 commit 052e28e

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

library/asyncio-exceptions.po

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,14 @@ msgid "**Source code:** :source:`Lib/asyncio/exceptions.py`"
2525
msgstr "**소스 코드:** :source:`Lib/asyncio/exceptions.py`"
2626

2727
#: ../../library/asyncio-exceptions.rst:16
28-
#, fuzzy
2928
msgid ""
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
3634
msgid "This class was made an alias of :exc:`TimeoutError`."
37-
msgstr ":exc:`RuntimeError`\\서브 클래스입니다."
35+
msgstr "이 클래스를 :exc:`TimeoutError`\\별칭으로 만들었습니다."
3836

3937
#: ../../library/asyncio-exceptions.rst:26
4038
msgid "The operation has been cancelled."
@@ -50,11 +48,12 @@ msgstr ""
5048
"일으켜야 합니다."
5149

5250
#: ../../library/asyncio-exceptions.rst:34
53-
#, fuzzy
5451
msgid ""
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
6059
msgid "Invalid internal state of :class:`Task` or :class:`Future`."
@@ -108,8 +107,3 @@ msgstr ":ref:`asyncio 스트림 API <asyncio-streams>`\\가 일으킵니다."
108107
msgid "The total number of to be consumed bytes."
109108
msgstr "소비된 바이트의 총수."
110109

111-
#~ msgid ""
112-
#~ "This exception is different from the "
113-
#~ "builtin :exc:`TimeoutError` exception."
114-
#~ msgstr "이 예외는 내장 :exc:`TimeoutError` 예외와 다릅니다."
115-

0 commit comments

Comments
 (0)