Skip to content

Commit 43c3557

Browse files
committed
#942 - remove fuzzy flags
1 parent 92ccbcd commit 43c3557

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

library/development.po

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ msgid "Development Tools"
2222
msgstr "개발 도구"
2323

2424
#: ../../library/development.rst:7
25-
#, fuzzy
2625
msgid ""
2726
"The modules described in this chapter help you write software. For "
2827
"example, the :mod:`pydoc` module takes a module and generates "
@@ -33,18 +32,9 @@ msgid ""
3332
msgstr ""
3433
"이 장에서 설명하는 모듈은 소프트웨어를 작성하는 것을 돕습니다. 예를 들어, :mod:`pydoc` 모듈은 모듈을 가져와서 모듈의 "
3534
"내용을 기반으로 설명서를 만듭니다. :mod:`doctest` 와 :mod:`unittest` 모듈에는 예상 출력이 만들어지는지 "
36-
"코드를 자동으로 실행하고 확인하는 단위 테스트를 작성하기 위한 프레임워크가 포함되어 있습니다. :program:`2to3`\\는 "
37-
"파이썬 2.x 소스 코드를 유효한 파이썬 3.x 코드로 변환할 수 있습니다."
35+
"코드를 자동으로 실행하고 확인하는 단위 테스트를 작성하기 위한 프레임워크가 포함되어 있습니다."
3836

3937
#: ../../library/development.rst:13
4038
msgid "The list of modules described in this chapter is:"
4139
msgstr "이 장에서 설명하는 모듈 목록은 다음과 같습니다:"
4240

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-

0 commit comments

Comments
 (0)