Skip to content

Commit 256b3eb

Browse files
sync with cpython beb5e4fb
1 parent 4641002 commit 256b3eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tutorial/errors.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ msgid ""
1010
msgstr ""
1111
"Project-Id-Version: Python 3.12\n"
1212
"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"
1414
"PO-Revision-Date: 2022-10-24 14:54+0800\n"
1515
"Last-Translator: Steven Hsu <hsuhaochun@gmail.com>\n"
1616
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -647,7 +647,7 @@ msgstr ""
647647
"\n"
648648
"::"
649649

650-
#: ../../tutorial/errors.rst:564
650+
#: ../../tutorial/errors.rst:573
651651
msgid ""
652652
"Note that the exceptions nested in an exception group must be instances, not "
653653
"types. This is because in practice the exceptions would typically be ones "
@@ -659,11 +659,11 @@ msgstr ""
659659
"\n"
660660
"::"
661661

662-
#: ../../tutorial/errors.rst:584
662+
#: ../../tutorial/errors.rst:593
663663
msgid "Enriching Exceptions with Notes"
664664
msgstr "用註解使例外更詳細"
665665

666-
#: ../../tutorial/errors.rst:586
666+
#: ../../tutorial/errors.rst:595
667667
msgid ""
668668
"When an exception is created in order to be raised, it is usually "
669669
"initialized with information that describes the error that has occurred. "
@@ -681,7 +681,7 @@ msgstr ""
681681
"\n"
682682
"::"
683683

684-
#: ../../tutorial/errors.rst:607
684+
#: ../../tutorial/errors.rst:616
685685
msgid ""
686686
"For example, when collecting exceptions into an exception group, we may want "
687687
"to add context information for the individual errors. In the following each "

0 commit comments

Comments
 (0)