File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3027,14 +3027,13 @@ msgstr ""
3027
3027
":class:`TextTestResult` 입니다. 결과 클래스는 다음 인자와 함께 인스턴스화됩니다::"
3028
3028
3029
3029
#: ../Doc/library/unittest.rst:2053
3030
- #, fuzzy
3031
3030
msgid ""
3032
3031
"This method is the main public interface to the ``TextTestRunner``. This "
3033
3032
"method takes a :class:`TestSuite` or :class:`TestCase` instance. A "
3034
3033
":class:`TestResult` is created by calling :func:`_makeResult` and the "
3035
3034
"test(s) are run and the results printed to stdout."
3036
3035
msgstr ""
3037
- "이 메서드는 `TextTestRunner`\\ 의 주된 공개 인터페이스입니다. 이 메서드는 :class:`TestSuite`\\ 나 "
3036
+ "이 메서드는 `` TextTestRunner` `\\ 의 주된 공개 인터페이스입니다. 이 메서드는 :class:`TestSuite`\\ 나 "
3038
3037
":class:`TestCase` 인스턴스를 받습니다. :class:`TestResult`\\ 는 "
3039
3038
":func:`_makeResult`\\ 를 호출하여 생성하고 테스트가 실행되며 결과가 stdout에 출력됩니다."
3040
3039
You can’t perform that action at this time.
0 commit comments