From 892f3f1e31b0c41451a6ff797eec8fc324af3710 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 10 Dec 2013 12:18:15 +0100 Subject: asyncio doc: don't document Task.cancel(), already documented in Future.cancel() --- Doc/library/asyncio-task.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Doc/library/asyncio-task.rst') diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 9581188e0e..597e42e333 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -281,10 +281,6 @@ Task ``None`` is returned when called not in the context of a :class:`Task`. - .. method:: cancel() - - Cancel the task. - .. method:: get_stack(self, \*, limit=None) Return the list of stack frames for this task's coroutine. -- cgit v1.2.1