File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -1195,11 +1195,10 @@ msgid ""
11951195msgstr ""
11961196
11971197#: ../../c-api/interp-lifecycle.rst:954
1198- #, fuzzy
11991198msgid ""
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
12051204msgid "PyEval_InitThreads()"
Original file line number Diff line number Diff line change @@ -3929,7 +3929,6 @@ msgid ""
39293929msgstr ""
39303930
39313931#: ../../library/stdtypes.rst:2509
3932- #, fuzzy
39333932msgid ""
39343933">>> 'Python'.rjust(10)\n"
39353934"' Python'\n"
@@ -3938,17 +3937,16 @@ msgid ""
39383937">>> 'Monty Python'.rjust(10, '.')\n"
39393938"'Monty Python'"
39403939msgstr ""
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
39503948msgid "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
39543952msgid ""
You can’t perform that action at this time.
0 commit comments