Skip to content

Commit 28b7ea6

Browse files
mattwang44ken71301
andauthored
Apply suggestions from code review
Co-authored-by: Payon <[email protected]>
1 parent 8f0b224 commit 28b7ea6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/atexit.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ msgstr ""
2020

2121
#: ../../library/atexit.rst:2
2222
msgid ":mod:`atexit` --- Exit handlers"
23-
msgstr ":mod:`atexit` --- 退出處理程序"
23+
msgstr ":mod:`atexit` --- 退出處理函式"
2424

2525
#: ../../library/atexit.rst:12
2626
msgid ""
@@ -42,8 +42,8 @@ msgid ""
4242
"program is killed by a signal not handled by Python, when a Python fatal "
4343
"internal error is detected, or when :func:`os._exit` is called."
4444
msgstr ""
45-
"**注意:**\\ 當程式被一個不是來自 Python 的訊號終止時、偵測到有 Python 嚴重內"
46-
"部錯誤時或者呼叫 :func:`os._exit` ,透過此模組註冊的函式就不會被呼叫。"
45+
"**注意:**\\ 當程式被一個不是來自 Python 的訊號終止、偵測到有 Python 嚴重內"
46+
"部錯誤時或者 :func:`os._exit` 被呼叫時,透過此模組註冊的函式就不會被呼叫。"
4747

4848
#: ../../library/atexit.rst:23
4949
msgid ""
@@ -88,8 +88,8 @@ msgid ""
8888
"information is saved. After all exit handlers have had a chance to run, the "
8989
"last exception to be raised is re-raised."
9090
msgstr ""
91-
"如果在執行退出處理程序期間引發例外,則會列印回溯 (traceback)(除非引發 :exc:"
92-
"`SystemExit`)並儲存例外資訊。在所有退出處理程序都有運作後,將重新引發最後一"
91+
"如果在執行退出處理函式期間引發例外,則會列印回溯 (traceback)(除非引發 :exc:"
92+
"`SystemExit`)並儲存例外資訊。在所有退出處理函式都有嘗試運作過後,將重新引發最後一"
9393
"個引發的例外。"
9494

9595
#: ../../library/atexit.rst:48

0 commit comments

Comments
 (0)