|
7 | 7 | msgstr ""
|
8 | 8 | "Project-Id-Version:Python 3.11\n"
|
9 | 9 | "Report-Msgid-Bugs-To:\n"
|
10 |
| -"POT-Creation-Date:2023-05-09 00:15+0000\n" |
| 10 | +"POT-Creation-Date:2023-06-28 07:22+0000\n" |
11 | 11 | "PO-Revision-Date:2018-05-23 14:39+0000\n"
|
12 | 12 | "Last-Translator:Adrian Liaw <adrianliaw2000@gmail.com>\n"
|
13 | 13 | "Language-Team:Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
|
@@ -564,20 +564,19 @@ msgstr ""
|
564 | 564 | msgid""
|
565 | 565 | "If ``long_running_task`` takes more than 10 seconds to complete, the context "
|
566 | 566 | "manager will cancel the current task and handle the resulting :exc:`asyncio."
|
567 |
| -"CancelledError` internally, transforming it intoan :exc:`asyncio." |
568 |
| -"TimeoutError` whichcan be caught and handled." |
| 567 | +"CancelledError` internally, transforming it intoa :exc:`TimeoutError` which" |
| 568 | +"can be caught and handled." |
569 | 569 | msgstr""
|
570 | 570 |
|
571 | 571 | #:../../library/asyncio-task.rst:608
|
572 | 572 | msgid""
|
573 | 573 | "The :func:`asyncio.timeout` context manager is what transforms the :exc:"
|
574 |
| -"`asyncio.CancelledError` into an :exc:`asyncio.TimeoutError`, which means " |
575 |
| -"the :exc:`asyncio.TimeoutError` can only be caught *outside* of the context " |
576 |
| -"manager." |
| 574 | +"`asyncio.CancelledError` into a :exc:`TimeoutError`, which means the :exc:" |
| 575 | +"`TimeoutError` can only be caught *outside* of the context manager." |
577 | 576 | msgstr""
|
578 | 577 |
|
579 | 578 | #:../../library/asyncio-task.rst:613
|
580 |
| -msgid"Example of catching :exc:`asyncio.TimeoutError`::" |
| 579 | +msgid"Example of catching :exc:`TimeoutError`::" |
581 | 580 | msgstr""
|
582 | 581 |
|
583 | 582 | #:../../library/asyncio-task.rst:624
|
|