We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516a94b commit ba4ac81Copy full SHA for ba4ac81
Doc/whatsnew/3.14.rst
@@ -325,8 +325,8 @@ concurrent.futures
325
supplying a *mp_context* to :class:`concurrent.futures.ProcessPoolExecutor`.
326
(Contributed by Gregory P. Smith in :gh:`84559`.)
327
328
-* Introduced the optional ``buffersize`` parameter to
329
- :meth:`concurrent.futures.Executor.map`, which specifies the number
+* Add the optional ``buffersize`` parameter to
+ :meth:`concurrent.futures.Executor.map` to specify the number
330
of results that can be buffered before being yielded.
331
(Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.)
332
0 commit comments