@@ -20,7 +20,7 @@ msgstr ""
20
20
21
21
#: ../../library/atexit.rst:2
22
22
msgid ":mod:`atexit` --- Exit handlers"
23
- msgstr ":mod:`atexit` --- 退出處理程序 "
23
+ msgstr ":mod:`atexit` --- 退出處理函式 "
24
24
25
25
#: ../../library/atexit.rst:12
26
26
msgid ""
@@ -42,8 +42,8 @@ msgid ""
42
42
"program is killed by a signal not handled by Python, when a Python fatal "
43
43
"internal error is detected, or when :func:`os._exit` is called."
44
44
msgstr ""
45
- "**注意:**\\ 當程式被一個不是來自 Python 的訊號終止時 、偵測到有 Python 嚴重內"
46
- "部錯誤時或者呼叫 :func:`os._exit` 時 ,透過此模組註冊的函式就不會被呼叫。"
45
+ "**注意:**\\ 當程式被一個不是來自 Python 的訊號終止 、偵測到有 Python 嚴重內"
46
+ "部錯誤時或者 :func:`os._exit` 被呼叫時 ,透過此模組註冊的函式就不會被呼叫。"
47
47
48
48
#: ../../library/atexit.rst:23
49
49
msgid ""
@@ -88,8 +88,8 @@ msgid ""
88
88
"information is saved. After all exit handlers have had a chance to run, the "
89
89
"last exception to be raised is re-raised."
90
90
msgstr ""
91
- "如果在執行退出處理程序期間引發例外 ,則會列印回溯 (traceback)(除非引發 :exc:"
92
- "`SystemExit`)並儲存例外資訊。在所有退出處理程序都有運作後 ,將重新引發最後一"
91
+ "如果在執行退出處理函式期間引發例外 ,則會列印回溯 (traceback)(除非引發 :exc:"
92
+ "`SystemExit`)並儲存例外資訊。在所有退出處理函式都有嘗試運作過後 ,將重新引發最後一"
93
93
"個引發的例外。"
94
94
95
95
#: ../../library/atexit.rst:48
0 commit comments