[Python-checkins] cpython (3.4): asyncio.docs: Use less confusing title

yury.selivanov python-checkins at python.org
Thu Jun 25 17:55:08 CEST 2015


https://hg.python.org/cpython/rev/5f1ce5afd3ee
changeset:   96672:5f1ce5afd3ee
branch:      3.4
parent:      96658:91846e5669e3
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu Jun 25 11:54:34 2015 -0400
summary:
  asyncio.docs: Use less confusing title

files:
  Doc/library/asyncio-eventloop.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -164,8 +164,8 @@
    The :func:`asyncio.sleep` function.
 
 
-Coroutines
-----------
+Tasks
+-----
 
 .. method:: BaseEventLoop.create_task(coro)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list