Skip to content

Commit d40ec47

Browse files
committed
fix: resolve fuzzy entries
1 parent aac8cc4 commit d40ec47

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

c-api/interp-lifecycle.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,11 +1195,10 @@ msgid ""
11951195
msgstr ""
11961196

11971197
#: ../../c-api/interp-lifecycle.rst:954
1198-
#, fuzzy
11991198
msgid ""
12001199
"Use :c:func:`PyConfig_Get(\"home\") <PyConfig_Get>` or the :envvar:"
12011200
"`PYTHONHOME` environment variable instead."
1202-
msgstr "由 :option:`-O` 選項與 :envvar:`PYTHONOPTIMIZE` 環境變數設定。"
1201+
msgstr ""
12031202

12041203
#: ../../c-api/interp-lifecycle.rst:357
12051204
msgid "PyEval_InitThreads()"

library/stdtypes.po

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3929,7 +3929,6 @@ msgid ""
39293929
msgstr ""
39303930

39313931
#: ../../library/stdtypes.rst:2509
3932-
#, fuzzy
39333932
msgid ""
39343933
">>> 'Python'.rjust(10)\n"
39353934
"' Python'\n"
@@ -3938,17 +3937,16 @@ msgid ""
39383937
">>> 'Monty Python'.rjust(10, '.')\n"
39393938
"'Monty Python'"
39403939
msgstr ""
3941-
">>> 'Python'.ljust(10)\n"
3942-
"'Python '\n"
3943-
">>> 'Python'.ljust(10, '.')\n"
3944-
"'Python....'\n"
3945-
">>> 'Monty Python'.ljust(10, '.')\n"
3940+
">>> 'Python'.rjust(10)\n"
3941+
"' Python'\n"
3942+
">>> 'Python'.rjust(10, '.')\n"
3943+
"'....Python'\n"
3944+
">>> 'Monty Python'.rjust(10, '.')\n"
39463945
"'Monty Python'"
39473946

39483947
#: ../../library/stdtypes.rst:2518
3949-
#, fuzzy
39503948
msgid "See also :meth:`ljust` and :meth:`zfill`."
3951-
msgstr "另請參閱 :meth:`index` 和 :meth:`find`。"
3949+
msgstr "另請參閱 :meth:`ljust` 和 :meth:`zfill`。"
39523950

39533951
#: ../../library/stdtypes.rst:2523
39543952
msgid ""

0 commit comments

Comments
 (0)