We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156e3fd commit 1ff7295Copy full SHA for 1ff7295
library/asyncio.po
@@ -159,7 +159,7 @@ msgstr ""
159
160
#: ../../library/asyncio.rst:64
161
msgid "asyncio REPL"
162
-msgstr ""
+msgstr "asyncio REPL"
163
164
#: ../../library/asyncio.rst:65
165
msgid ""
@@ -178,6 +178,14 @@ msgid ""
178
">>> await asyncio.sleep(10, result='hello')\n"
179
"'hello'"
180
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'"
189
190
#: ../../library/asyncio.rst:77
191
0 commit comments