forked from python/python-docs-zh-tw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* sync with cpython c06ac1b4 * fix: resolve fuzzy entries * sync with cpython dbbe0eeb * sync with cpython 27d5ea29 * sync with cpython 0102faf0 * fix: resolve fuzzy entries --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Wang <[email protected]>
- Loading branch information
1 parent
c5d2c8f
commit d24c138
Showing
89 changed files
with
7,549 additions
and
8,973 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Python 3.12\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-08-23 00:03+0000\n" | ||
"POT-Creation-Date: 2023-10-11 17:13+0000\n" | ||
"PO-Revision-Date: 2018-05-23 14:05+0000\n" | ||
"Last-Translator: Adrian Liaw <[email protected]>\n" | ||
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-" | ||
|
@@ -809,8 +809,8 @@ msgstr "" | |
msgid "" | ||
"Implement part of the interpreter's implementation of :keyword:`!except*`. " | ||
"*orig* is the original exception that was caught, and *excs* is the list of " | ||
"the exceptions that need to be raised. This list contains the the unhandled " | ||
"part of *orig*, if any, as well as the exceptions that were raised from the :" | ||
"the exceptions that need to be raised. This list contains the unhandled part " | ||
"of *orig*, if any, as well as the exceptions that were raised from the :" | ||
"keyword:`!except*` clauses (so they have a different traceback from *orig*) " | ||
"and those that were reraised (and have the same traceback as *orig*). Return " | ||
"the :exc:`ExceptionGroup` that needs to be reraised in the end, or ``None`` " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.