X Tutup
Skip to content

Commit 1ff7295

Browse files
author
github-actions
committed
Merge 3.14 into 3.12
1 parent 156e3fd commit 1ff7295

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

library/asyncio.po

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ msgstr ""
159159

160160
#: ../../library/asyncio.rst:64
161161
msgid "asyncio REPL"
162-
msgstr ""
162+
msgstr "asyncio REPL"
163163

164164
#: ../../library/asyncio.rst:65
165165
msgid ""
@@ -178,6 +178,14 @@ msgid ""
178178
">>> await asyncio.sleep(10, result='hello')\n"
179179
"'hello'"
180180
msgstr ""
181+
"$ python -m asyncio\n"
182+
"asyncio REPL ...\n"
183+
"Use \"await\" directly instead of \"asyncio.run()\".\n"
184+
"Type \"help\", \"copyright\", \"credits\" or \"license\" for more "
185+
"information.\n"
186+
">>> import asyncio\n"
187+
">>> await asyncio.sleep(10, result='hello')\n"
188+
"'hello'"
181189

182190
#: ../../library/asyncio.rst:77
183191
msgid ""

0 commit comments

Comments
 (0)
X Tutup