summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorAndriy Maletsky <andriy.maletsky@gmail.com>2018-10-29 21:39:21 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-10-29 21:39:21 (GMT)
commitb83d917fafd87e4130f9c7d5209ad2debc7219cd (patch)
tree29446724262963a8f8260ddafa00cf9bcebd2fd4 /Doc
parentf6a47f3e316cede2a07a1f74a509f6d80ab8fef0 (diff)
downloadcpython-b83d917fafd87e4130f9c7d5209ad2debc7219cd.zip
cpython-b83d917fafd87e4130f9c7d5209ad2debc7219cd.tar.gz
cpython-b83d917fafd87e4130f9c7d5209ad2debc7219cd.tar.bz2
Doc: fix asyncio loop.close() description (GH-10229)
Needs backport to 3.7. In 3.6 the description is correct.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio-eventloop.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index 96f5e0b..d24413a 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