File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ msgid "Development Tools"
22
22
msgstr "개발 도구"
23
23
24
24
#: ../../library/development.rst:7
25
- #, fuzzy
26
25
msgid ""
27
26
"The modules described in this chapter help you write software. For "
28
27
"example, the :mod:`pydoc` module takes a module and generates "
@@ -33,18 +32,9 @@ msgid ""
33
32
msgstr ""
34
33
"이 장에서 설명하는 모듈은 소프트웨어를 작성하는 것을 돕습니다. 예를 들어, :mod:`pydoc` 모듈은 모듈을 가져와서 모듈의 "
35
34
"내용을 기반으로 설명서를 만듭니다. :mod:`doctest` 와 :mod:`unittest` 모듈에는 예상 출력이 만들어지는지 "
36
- "코드를 자동으로 실행하고 확인하는 단위 테스트를 작성하기 위한 프레임워크가 포함되어 있습니다. :program:`2to3`\\ 는 "
37
- "파이썬 2.x 소스 코드를 유효한 파이썬 3.x 코드로 변환할 수 있습니다."
35
+ "코드를 자동으로 실행하고 확인하는 단위 테스트를 작성하기 위한 프레임워크가 포함되어 있습니다."
38
36
39
37
#: ../../library/development.rst:13
40
38
msgid "The list of modules described in this chapter is:"
41
39
msgstr "이 장에서 설명하는 모듈 목록은 다음과 같습니다:"
42
40
43
- #~ msgid ""
44
- #~ "See also the Python development mode:"
45
- #~ " the :option:`-X` ``dev`` option and "
46
- #~ ":envvar:`PYTHONDEVMODE` environment variable."
47
- #~ msgstr ""
48
- #~ "파이썬 개발 모드도 보십시오: :option:`-X` ``dev``"
49
- #~ " 옵션과 :envvar:`PYTHONDEVMODE` 환경 변수."
50
-
You can’t perform that action at this time.
0 commit comments