Skip to content

Commit 1ccc07f

Browse files
committed
lint
1 parent adcf3c6 commit 1ccc07f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,9 @@ concurrent.futures
243243
in :pep:`734`.
244244
(Contributed by Eric Snow in :gh:`124548`.)
245245

246-
* Introduced the optional ``buffersize`` parameter to :meth:`concurrent.futures.Executor.map`,
247-
which specifies the number of results that can be buffered before being yielded.
246+
* Introduced the optional ``buffersize`` parameter to
247+
:meth:`concurrent.futures.Executor.map`, which specifies the number
248+
of results that can be buffered before being yielded.
248249
(Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.)
249250

250251
ctypes

0 commit comments

Comments
 (0)