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 86829c5 commit 3cb86eeCopy full SHA for 3cb86ee
Doc/library/concurrent.futures.rst
@@ -23,8 +23,8 @@ by the abstract :class:`Executor` class.
23
24
:class:`concurrent.futures.Future` must not be confused with
25
:class:`asyncio.Future`, which is designed for use with :mod:`asyncio`
26
-tasks and coroutines. See the :doc:`asyncio-future` documentation for a
27
-detailed comparison of the two.
+tasks and coroutines. See the :doc:`asyncio's Future <asyncio-future>`
+documentation for a detailed comparison of the two.
28
29
.. include:: ../includes/wasm-notavail.rst
30
0 commit comments