summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
authorMandeep Singh <daxlab@users.noreply.github.com>2018-05-29 18:37:08 (GMT)
committerYury Selivanov <yury@magic.io>2018-05-29 18:37:08 (GMT)
commite55de2d77f10d524be0b426e587fbc820f76de71 (patch)
treefdbda59f8fe947e47071090ada9bc8c736b19c27 /Doc/whatsnew/3.6.rst
parent4fadf0c639476fa50a40ec6f119f98c01e56ad95 (diff)
downloadcpython-e55de2d77f10d524be0b426e587fbc820f76de71.zip
cpython-e55de2d77f10d524be0b426e587fbc820f76de71.tar.gz
cpython-e55de2d77f10d524be0b426e587fbc820f76de71.tar.bz2
bpo-30935: update get_event_loop docs (GH-2731)
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index c4b6395..cb8c53a 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -819,7 +819,7 @@ Notable changes in the :mod:`asyncio` module since Python 3.5.0
(all backported to 3.5.x due to the provisional status):
* The :func:`~asyncio.get_event_loop` function has been changed to
- always return the currently running loop when called from couroutines
+ always return the currently running loop when called from coroutines
and callbacks.
(Contributed by Yury Selivanov in :issue:`28613`.)