Skip to content

Commit 9ae8d13

Browse files
committed
#846 - remove fuzzy flags
1 parent 032b055 commit 9ae8d13

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

library/pickletools.po

+13-4
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ msgstr ""
1717
"Generated-By: Babel 2.17.0\n"
1818

1919
#: ../../library/pickletools.rst:2
20-
#, fuzzy
2120
msgid ":mod:`!pickletools` --- Tools for pickle developers"
22-
msgstr ":mod:`pickletools` --- 피클 개발자를 위한 도구"
21+
msgstr ":mod:`!pickletools` --- 피클 개발자를 위한 도구"
2322

2423
#: ../../library/pickletools.rst:8
2524
msgid "**Source code:** :source:`Lib/pickletools.py`"
@@ -76,6 +75,17 @@ msgid ""
7675
" 9: . STOP\n"
7776
"highest protocol among opcodes = 2"
7877
msgstr ""
78+
"$ python -m pickle x.pickle\n"
79+
"(1, 2)\n"
80+
"\n"
81+
"$ python -m pickletools x.pickle\n"
82+
" 0: \\x80 PROTO 3\n"
83+
" 2: K BININT1 1\n"
84+
" 4: K BININT1 2\n"
85+
" 6: \\x86 TUPLE2\n"
86+
" 7: q BINPUT 0\n"
87+
" 9: . STOP\n"
88+
"highest protocol among opcodes = 2"
7989

8090
#: ../../library/pickletools.rst:52
8191
msgid "Command line options"
@@ -129,9 +139,8 @@ msgstr ""
129139
"사용됩니다."
130140

131141
#: ../../library/pickletools.rst:97
132-
#, fuzzy
133142
msgid "Added the *annotate* parameter."
134-
msgstr "*annotate* 인자."
143+
msgstr "*annotate* 인자를 추가했습니다."
135144

136145
#: ../../library/pickletools.rst:102
137146
msgid ""

0 commit comments

Comments
 (0)