|
5 | 5 | #
|
6 | 6 | # Translators:
|
7 | 7 | # Rafael Fontenelle <[email protected]>, 2024
|
| 8 | +# Freesand Leo <[email protected]>, 2024 |
8 | 9 | #
|
9 | 10 | #, fuzzy
|
10 | 11 | msgid ""
|
11 | 12 | msgstr ""
|
12 | 13 | "Project-Id-Version: Python 3.12\n"
|
13 | 14 | "Report-Msgid-Bugs-To: \n"
|
14 |
| -"POT-Creation-Date: 2024-10-04 14:53+0000\n" |
| 15 | +"POT-Creation-Date: 2024-11-29 14:50+0000\n" |
15 | 16 | "PO-Revision-Date: 2024-05-11 00:33+0000\n"
|
16 |
| -"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2024\n" |
| 17 | +"Last-Translator: Freesand Leo <yuqinju@163.com>, 2024\n" |
17 | 18 | "Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
|
18 | 19 | "MIME-Version: 1.0\n"
|
19 | 20 | "Content-Type: text/plain; charset=UTF-8\n"
|
@@ -89,7 +90,7 @@ msgstr ""
|
89 | 90 | #: ../../library/asyncio-task.rst:47
|
90 | 91 | msgid ""
|
91 | 92 | "To actually run a coroutine, asyncio provides the following mechanisms:"
|
92 |
| -msgstr "要实际运行一个协程,asyncio 提供了以下几种机制:" |
| 93 | +msgstr "要实际运行协程,asyncio 提供了以下机制:" |
93 | 94 |
|
94 | 95 | #: ../../library/asyncio-task.rst:49
|
95 | 96 | msgid ""
|
@@ -303,7 +304,7 @@ msgid ""
|
303 | 304 | " # Nothing happens if we just call \"nested()\".\n"
|
304 | 305 | " # A coroutine object is created but not awaited,\n"
|
305 | 306 | " # so it *won't run at all*.\n"
|
306 |
| -" nested()\n" |
| 307 | +" nested() # will raise a \"RuntimeWarning\".\n" |
307 | 308 | "\n"
|
308 | 309 | " # Let's do it differently now and await it:\n"
|
309 | 310 | " print(await nested()) # will print \"42\".\n"
|
|
0 commit comments