Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6713e0c

Browse files
[po] auto sync
1 parent f304679 commit 6713e0c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.stat.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"translation": "94.14%", "updated_at": "2024-11-29T17:46:19Z"}
1+
{"translation": "94.14%", "updated_at": "2024-11-30T04:48:05Z"}

library/asyncio-task.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
#
66
# Translators:
77
# Rafael Fontenelle <[email protected]>, 2024
8+
# Freesand Leo <[email protected]>, 2024
89
#
910
#, fuzzy
1011
msgid ""
1112
msgstr ""
1213
"Project-Id-Version: Python 3.12\n"
1314
"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"
1516
"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"
1718
"Language-Team: Chinese (China) (https://app.transifex.com/python-doc/teams/5390/zh_CN/)\n"
1819
"MIME-Version: 1.0\n"
1920
"Content-Type: text/plain; charset=UTF-8\n"
@@ -89,7 +90,7 @@ msgstr ""
8990
#: ../../library/asyncio-task.rst:47
9091
msgid ""
9192
"To actually run a coroutine, asyncio provides the following mechanisms:"
92-
msgstr "要实际运行一个协程,asyncio 提供了以下几种机制:"
93+
msgstr "要实际运行协程,asyncio 提供了以下机制:"
9394

9495
#: ../../library/asyncio-task.rst:49
9596
msgid ""
@@ -303,7 +304,7 @@ msgid ""
303304
" # Nothing happens if we just call \"nested()\".\n"
304305
" # A coroutine object is created but not awaited,\n"
305306
" # so it *won't run at all*.\n"
306-
" nested()\n"
307+
" nested() # will raise a \"RuntimeWarning\".\n"
307308
"\n"
308309
" # Let's do it differently now and await it:\n"
309310
" print(await nested()) # will print \"42\".\n"

0 commit comments

Comments
 (0)