From b6486b3a3d8536adaf0b96e73969fd7bf926b26a Mon Sep 17 00:00:00 2001 From: Andriy Maletsky Date: Mon, 29 Oct 2018 23:22:20 +0200 Subject: [PATCH] Doc: fix asyncio loop.close() description --- Doc/library/asyncio-eventloop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 96f5e0b38a9f4de..d24413a4a7fb7bb 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -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