]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
asyncio.docs: Use less confusing title
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 25 Jun 2015 15:54:34 +0000 (11:54 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 25 Jun 2015 15:54:34 +0000 (11:54 -0400)
Doc/library/asyncio-eventloop.rst

index e1a9da14098bb14ec22218215e4f0bc58f46fcd5..c5a338558ab0911339915248599aa18b4ffa0d40 100644 (file)
@@ -164,8 +164,8 @@ a different clock than :func:`time.time`.
    The :func:`asyncio.sleep` function.
 
 
-Coroutines
-----------
+Tasks
+-----
 
 .. method:: BaseEventLoop.create_task(coro)