Skip to content

Commit 655980a

Browse files
committed
Fix sphinx build by remove the cross ref
1 parent 6615fa4 commit 655980a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Doc/library/asyncio-future.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,6 @@ the Future has a result::
254254
asyncio.run(main())
255255

256256

257-
.. _asyncio-vs-concurrent-futures:
258-
259257
.. important::
260258

261259
The Future object was designed to mimic

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ by the abstract :class:`Executor` class.
2525

2626
:class:`concurrent.futures.Future` must not be confused with
2727
:class:`asyncio.Future`, which is designed for use with :mod:`asyncio`
28-
tasks and coroutines. See :ref:`asyncio-vs-concurrent-futures` for a
28+
tasks and coroutines. See the :doc:`asyncio-future` documentation for a
2929
detailed comparison of the two.
3030

3131
.. include:: ../includes/wasm-notavail.rst

0 commit comments

Comments
 (0)