Skip to content

Commit d888b7f

Browse files
committed
Fix translation and remove comments in library/exception.po
1 parent 4e2f664 commit d888b7f

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

library/exceptions.po

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,7 @@ msgstr ""
16821682
" ├── ReferenceError\n"
16831683
" ├── RuntimeError\n"
16841684
" │ ├── NotImplementedError\n"
1685+
" │ ├── PythonFinalizationError\n"
16851686
" │ └── RecursionError\n"
16861687
" ├── StopAsyncIteration\n"
16871688
" ├── StopIteration\n"
@@ -1756,13 +1757,3 @@ msgstr "module(模組)"
17561757
#: ../../library/exceptions.rst:345
17571758
msgid "errno"
17581759
msgstr "errno"
1759-
1760-
#~ msgid ""
1761-
#~ "The condition can be either a function that accepts an exception and "
1762-
#~ "returns true for those that should be in the subgroup, or it can be an "
1763-
#~ "exception type or a tuple of exception types, which is used to check for "
1764-
#~ "a match using the same check that is used in an ``except`` clause."
1765-
#~ msgstr ""
1766-
#~ "條件可以是一個函式,接受一個例外並對那些應該要在子群組裡的例外回傳 true,"
1767-
#~ "或者可以是一個例外類型或例外類型的元組,並使用與 ``except`` 子句所使用的相"
1768-
#~ "同檢查來檢查是否有比對到。"

0 commit comments

Comments
 (0)