Skip to content

Commit 04c7748

Browse files
sync with cpython 2c6000cb
1 parent 82ef5ae commit 04c7748

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

library/contextlib.po

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.12\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2023-10-20 00:03+0000\n"
10+
"POT-Creation-Date: 2023-11-11 00:03+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:41+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -261,16 +261,16 @@ msgstr ""
261261

262262
#: ../../library/contextlib.rst:307
263263
msgid ""
264-
"If the code within the :keyword:`!with` block raises an :exc:"
265-
"`ExceptionGroup`, suppressed exceptions are removed from the group. If any "
266-
"exceptions in the group are not suppressed, a group containing them is re-"
267-
"raised."
264+
"If the code within the :keyword:`!with` block raises a :exc:"
265+
"`BaseExceptionGroup`, suppressed exceptions are removed from the group. If "
266+
"any exceptions in the group are not suppressed, a group containing them is "
267+
"re-raised."
268268
msgstr ""
269269

270270
#: ../../library/contextlib.rst:313
271271
msgid ""
272272
"``suppress`` now supports suppressing exceptions raised as part of an :exc:"
273-
"`ExceptionGroup`."
273+
"`BaseExceptionGroup`."
274274
msgstr ""
275275

276276
#: ../../library/contextlib.rst:319

0 commit comments

Comments
 (0)