@@ -10,7 +10,7 @@ msgid ""
10
10
msgstr ""
11
11
"Project-Id-Version : Python 3.12\n "
12
12
"Report-Msgid-Bugs-To : \n "
13
- "POT-Creation-Date : 2023-07-06 16:53 +0000\n "
13
+ "POT-Creation-Date : 2023-07-22 13:42 +0000\n "
14
14
"PO-Revision-Date : 2022-10-24 14:54+0800\n "
15
15
"Last-Translator : Steven Hsu <hsuhaochun@gmail.com>\n "
16
16
"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -647,7 +647,7 @@ msgstr ""
647
647
"\n"
648
648
"::"
649
649
650
- #: ../../tutorial/errors.rst:564
650
+ #: ../../tutorial/errors.rst:573
651
651
msgid ""
652
652
"Note that the exceptions nested in an exception group must be instances, not "
653
653
"types. This is because in practice the exceptions would typically be ones "
@@ -659,11 +659,11 @@ msgstr ""
659
659
"\n"
660
660
"::"
661
661
662
- #: ../../tutorial/errors.rst:584
662
+ #: ../../tutorial/errors.rst:593
663
663
msgid "Enriching Exceptions with Notes"
664
664
msgstr "用註解使例外更詳細"
665
665
666
- #: ../../tutorial/errors.rst:586
666
+ #: ../../tutorial/errors.rst:595
667
667
msgid ""
668
668
"When an exception is created in order to be raised, it is usually "
669
669
"initialized with information that describes the error that has occurred. "
@@ -681,7 +681,7 @@ msgstr ""
681
681
"\n"
682
682
"::"
683
683
684
- #: ../../tutorial/errors.rst:607
684
+ #: ../../tutorial/errors.rst:616
685
685
msgid ""
686
686
"For example, when collecting exceptions into an exception group, we may want "
687
687
"to add context information for the individual errors. In the following each "
0 commit comments