Skip to content

Commit 0b21152

Browse files
committed
Improve the formatting a bit
1 parent 63c57c8 commit 0b21152

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/concurrent.futures.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ Executor Objects
9595
returning. The remaining futures are cancelled.
9696

9797
You can avoid having to call this method explicitly if you use the executor
98-
as a :term:`context manager` via the :keyword:`with` statement,
99-
which will shutdown the :class:`Executor` (waiting as if
100-
:meth:`Executor.shutdown` were called with *wait* set to ``True``)::
98+
as a :term:`context manager` via the :keyword:`with` statement, which
99+
will shutdown the :class:`Executor` (waiting as if :meth:`Executor.shutdown`
100+
were called with *wait* set to ``True``)::
101101

102102
import shutil
103103
with ThreadPoolExecutor(max_workers=4) as e:

0 commit comments

Comments
 (0)