File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -406,7 +406,7 @@ msgid ""
406
406
"If a warning is reported and doesn't match any registered filter then the "
407
407
"\" default\" action is applied (hence its name)."
408
408
msgstr ""
409
- "如果一個警告被回報且不匹配任何已註冊的過濾器,則會套用「 default」 動作(因此得"
409
+ "如果一個警告被回報且不匹配任何已註冊的過濾器,則會套用 \" default\" 動作(因此得"
410
410
"名)。"
411
411
412
412
#: ../../library/warnings.rst:185
@@ -457,7 +457,7 @@ msgid ""
457
457
"after printing a message to :data:`sys.stderr`)."
458
458
msgstr ""
459
459
"警告過濾器由傳遞給 Python 直譯器命令列的 :option:`-W` 選項和 :envvar:"
460
- "`PYTHONWARNINGS` 環境變數初始化。直譯器會將所有提供條目的引數未經解釋地儲存 "
460
+ "`PYTHONWARNINGS` 環境變數初始化。直譯器會將所有提供條目的引數未經直譯地儲存 "
461
461
"在 :data:`sys.warnoptions` 中;:mod:`warnings` 模組在首次引入時會剖析這些引數"
462
462
"(無效選項會被忽略,並在向 :data:`sys.stderr` 印出一條訊息後)。"
463
463
You can’t perform that action at this time.
0 commit comments