asyncio doc: don't document Task.cancel(), already documented in Future.cancel()

This commit is contained in:
Victor Stinner 2013-12-10 12:18:15 +01:00
parent 742520be43
commit 0839ed4730
1 changed files with 0 additions and 4 deletions

View File

@ -281,10 +281,6 @@ Task
``None`` is returned when called not in the context of a :class:`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) .. method:: get_stack(self, \*, limit=None)
Return the list of stack frames for this task's coroutine. Return the list of stack frames for this task's coroutine.