Skip to content

Commit 86829c5

Browse files
committed
Update important block to normal paragraph
1 parent 655980a commit 86829c5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ or separate processes, using :class:`ProcessPoolExecutor`.
2121
Each implements the same interface, which is defined
2222
by the abstract :class:`Executor` class.
2323

24-
.. important::
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 the :doc:`asyncio-future` documentation for a
29-
detailed comparison of the two.
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.
3028

3129
.. include:: ../includes/wasm-notavail.rst
3230

0 commit comments

Comments
 (0)