##// END OF EJS Templates
Merge pull request #13682 from graingert/patch-1...
Blazej Michalik -
r27665:2d7bfdeb merge
parent child Browse files
Show More
@@ -177,7 +177,7 b' On top of the above there are significant modification to the AST of'
177 177 significant overhead to this kind of code.
178 178
179 179 By default the generated coroutine function will be consumed by Asyncio's
180 ``loop_runner = asyncio.get_evenloop().run_until_complete()`` method if
180 ``loop_runner = asyncio.get_event_loop().run_until_complete()`` method if
181 181 ``async`` mode is deemed necessary, otherwise the coroutine will just be
182 182 exhausted in a simple runner. It is possible, though, to change the default
183 183 runner.
General Comments 0
You need to be logged in to leave comments. Login now