Skip to content

Commit 3cb86ee

Browse files
aiskpicnixz
andauthored
Update Doc/library/concurrent.futures.rst
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 86829c5 commit 3cb86ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ by the abstract :class:`Executor` class.
2323

2424
:class:`concurrent.futures.Future` must not be confused with
2525
: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.
26+
tasks and coroutines. See the :doc:`asyncio's Future <asyncio-future>`
27+
documentation for a detailed comparison of the two.
2828

2929
.. include:: ../includes/wasm-notavail.rst
3030

0 commit comments

Comments
 (0)