Skip to content

Commit a62a939

Browse files
committed
Closes #588 - update library/unittest.po to reflect recent changes
1 parent abbef87 commit a62a939

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

library/unittest.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3027,14 +3027,13 @@ msgstr ""
30273027
":class:`TextTestResult` 입니다. 결과 클래스는 다음 인자와 함께 인스턴스화됩니다::"
30283028

30293029
#: ../Doc/library/unittest.rst:2053
3030-
#, fuzzy
30313030
msgid ""
30323031
"This method is the main public interface to the ``TextTestRunner``. This "
30333032
"method takes a :class:`TestSuite` or :class:`TestCase` instance. A "
30343033
":class:`TestResult` is created by calling :func:`_makeResult` and the "
30353034
"test(s) are run and the results printed to stdout."
30363035
msgstr ""
3037-
"이 메서드는 `TextTestRunner`\\의 주된 공개 인터페이스입니다. 이 메서드는 :class:`TestSuite`\\나 "
3036+
"이 메서드는 ``TextTestRunner``\\의 주된 공개 인터페이스입니다. 이 메서드는 :class:`TestSuite`\\나 "
30383037
":class:`TestCase` 인스턴스를 받습니다. :class:`TestResult`\\는 "
30393038
":func:`_makeResult`\\를 호출하여 생성하고 테스트가 실행되며 결과가 stdout에 출력됩니다."
30403039

0 commit comments

Comments
 (0)