summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-task.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/asyncio-task.rst')
-rw-r--r--Doc/library/asyncio-task.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 9581188..597e42e 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.