Skip to content

Commit d97ee41

Browse files
committed
#927 - remove fuzzy flags
1 parent 3c3a7a6 commit d97ee41

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

library/email.iterators.po

+18-2
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.iterators.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!email.iterators`: Iterators"
22-
msgstr ":mod:`email.iterators`: 이터레이터"
21+
msgstr ":mod:`!email.iterators`: 이터레이터"
2322

2423
#: ../../library/email.iterators.rst:7
2524
msgid "**Source code:** :source:`Lib/email/iterators.py`"
@@ -117,6 +116,23 @@ msgid ""
117116
" text/plain\n"
118117
" text/plain"
119118
msgstr ""
119+
">>> msg = email.message_from_file(somefile)\n"
120+
">>> _structure(msg)\n"
121+
"multipart/mixed\n"
122+
" text/plain\n"
123+
" text/plain\n"
124+
" multipart/digest\n"
125+
" message/rfc822\n"
126+
" text/plain\n"
127+
" message/rfc822\n"
128+
" text/plain\n"
129+
" message/rfc822\n"
130+
" text/plain\n"
131+
" message/rfc822\n"
132+
" text/plain\n"
133+
" message/rfc822\n"
134+
" text/plain\n"
135+
" text/plain"
120136

121137
#: ../../library/email.iterators.rst:81
122138
msgid ""

0 commit comments

Comments
 (0)