We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6615fa4 commit 655980aCopy full SHA for 655980a
Doc/library/asyncio-future.rst
@@ -254,8 +254,6 @@ the Future has a result::
254
asyncio.run(main())
255
256
257
-.. _asyncio-vs-concurrent-futures:
258
-
259
.. important::
260
261
The Future object was designed to mimic
Doc/library/concurrent.futures.rst
@@ -25,7 +25,7 @@ by the abstract :class:`Executor` class.
25
26
:class:`concurrent.futures.Future` must not be confused with
27
:class:`asyncio.Future`, which is designed for use with :mod:`asyncio`
28
- tasks and coroutines. See :ref:`asyncio-vs-concurrent-futures` for a
+ tasks and coroutines. See the :doc:`asyncio-future` documentation for a
29
detailed comparison of the two.
30
31
.. include:: ../includes/wasm-notavail.rst
0 commit comments