Skip to content

Commit 8516262

Browse files
sync with cpython 620fb743
1 parent b424422 commit 8516262

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

library/sys.monitoring.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2026-02-07 00:19+0000\n"
9+
"POT-Creation-Date: 2026-04-11 16:06+0000\n"
1010
"PO-Revision-Date: 2025-11-07 17:51+0800\n"
1111
"Last-Translator: Matt Wang <mattwang44@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -21,10 +21,12 @@ msgid ":mod:`!sys.monitoring` --- Execution event monitoring"
2121
msgstr ":mod:`!sys.monitoring` --- 執行事件監控"
2222

2323
#: ../../library/sys.monitoring.rst:13
24+
#, fuzzy
2425
msgid ""
2526
":mod:`!sys.monitoring` is a namespace within the :mod:`sys` module, not an "
26-
"independent module, so there is no need to ``import sys.monitoring``, simply "
27-
"``import sys`` and then use ``sys.monitoring``."
27+
"independent module, and ``import sys.monitoring`` would fail with a :exc:"
28+
"`ModuleNotFoundError`. Instead, simply ``import sys`` and then use ``sys."
29+
"monitoring``."
2830
msgstr ""
2931
":mod:`!sys.monitoring` 是 :mod:`sys` 模組內的一個命名空間,不是一個獨立的模"
3032
"組,所以不需要 ``import sys.monitoring``,只需 ``import sys`` 然後使用 ``sys."

0 commit comments

Comments
 (0)