Skip to content

Commit 591c365

Browse files
authored
unittest.po 파일 일부ㅁ;ㅅ 철자 수정 (#617)
* 맞춤법 수정 * build, spell, format 완료
1 parent d3337e8 commit 591c365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎library/unittest.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgstr ""
1414
"MIME-Version: 1.0\n"
1515
"Content-Type: text/plain; charset=utf-8\n"
1616
"Content-Transfer-Encoding: 8bit\n"
17-
"Generated-By: Babel 2.7.0\n"
17+
"Generated-By: Babel 2.8.0\n"
1818

1919
#: /Users/flowdas/works/docs/python/src/Doc/library/unittest.rst:2
2020
msgid ":mod:`unittest` --- Unit testing framework"
@@ -865,7 +865,7 @@ msgstr ""
865865

866866
#: /Users/flowdas/works/docs/python/src/Doc/library/unittest.rst:614
867867
msgid "Distinguishing test iterations using subtests"
868-
msgstr "부분 테스트(subtest)를 사용하여 테스트 반복 구별 짖기"
868+
msgstr "부분 테스트(subtest)를 사용하여 테스트 반복 구별 짓기"
869869

870870
#: /Users/flowdas/works/docs/python/src/Doc/library/unittest.rst:618
871871
msgid ""
@@ -874,7 +874,7 @@ msgid ""
874874
" test method using the :meth:`~TestCase.subTest` context manager."
875875
msgstr ""
876876
"여러분의 테스트들이 아주 작은 부분에서만 다를 때, 예를 들어 몇몇 매개변수, unittest는 "
877-
":meth:`~TestCase.subTest` 컨텍스트 관리자를 사용하여 테스트 메서드의 바디 안에서 그것들은 구별 짖게 해줍니다."
877+
":meth:`~TestCase.subTest` 컨텍스트 관리자를 사용하여 테스트 메서드의 바디 안에서 그것들은 구별 짓게 해줍니다."
878878

879879
#: /Users/flowdas/works/docs/python/src/Doc/library/unittest.rst:622
880880
msgid "For example, the following test::"

0 commit comments

Comments
 (0)