Commit b83d917f authored by Andriy Maletsky's avatar Andriy Maletsky Committed by Miss Islington (bot)

Doc: fix asyncio loop.close() description (GH-10229)



Needs backport to 3.7. In 3.6 the description is correct.
parent f6a47f3e
......@@ -137,7 +137,7 @@ Running and stopping the loop
Close the event loop.
The loop must be running when this function is called.
The loop must not be running when this function is called.
Any pending callbacks will be discarded.
This method clears all queues and shuts down the executor, but does
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment