##// END OF EJS Templates
fix get_event_loop typo
Thomas Grainger -
Show More
@@ -177,7 +177,7 b' On top of the above there are significant modification to the AST of'
177 significant overhead to this kind of code.
177 significant overhead to this kind of code.
178
178
179 By default the generated coroutine function will be consumed by Asyncio's
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 ``async`` mode is deemed necessary, otherwise the coroutine will just be
181 ``async`` mode is deemed necessary, otherwise the coroutine will just be
182 exhausted in a simple runner. It is possible, though, to change the default
182 exhausted in a simple runner. It is possible, though, to change the default
183 runner.
183 runner.
General Comments 0
You need to be logged in to leave comments. Login now