Skip to content

Commit 602462e

Browse files
committed
#933 - remove fuzzy flags
1 parent 124eea0 commit 602462e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

library/email.encoders.po

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/email.encoders.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!email.encoders`: Encoders"
22-
msgstr ":mod:`email.encoders`: 인코더"
21+
msgstr ":mod:`!email.encoders`: 인코더"
2322

2423
#: ../../library/email.encoders.rst:7
2524
msgid "**Source code:** :source:`Lib/email/encoders.py`"
@@ -65,7 +64,6 @@ msgstr ""
6564
":mimetype:`text/\\*` 유형 메시지의 경우 특히 그렇습니다."
6665

6766
#: ../../library/email.encoders.rst:27
68-
#, fuzzy
6967
msgid ""
7068
"The :mod:`email` package provides some convenient encoders in its "
7169
":mod:`~email.encoders` module. These encoders are actually used by the "
@@ -76,7 +74,7 @@ msgid ""
7674
"and reset the payload to this newly encoded value. They should also set "
7775
"the :mailheader:`Content-Transfer-Encoding` header as appropriate."
7876
msgstr ""
79-
":mod:`email` 패키지는 :mod:`encoders` 모듈에서 편리한 인코더를 제공합니다. 이 인코더는 실제로 "
77+
":mod:`email` 패키지는 :mod:`~email.encoders` 모듈에서 편리한 인코더를 제공합니다. 이 인코더는 실제로 "
8078
":class:`~email.mime.audio.MIMEAudio`\\와 "
8179
":class:`~email.mime.image.MIMEImage` 클래스 생성자가 기본 인코딩을 제공하는 데 사용됩니다. 모든 "
8280
"인코더 함수는 정확히 하나의 인자, 인코딩할 메시지 객체를 취합니다. 일반적으로 페이 로드를 추출하여, 인코딩한 다음, 페이 로드를"

0 commit comments

Comments
 (0)