From 1ccc07f9906bdb09f9dd15b540743ac638afcb19 Mon Sep 17 00:00:00 2001 From: ebonnal Date: Tue, 3 Dec 2024 22:34:38 +0000 Subject: [PATCH] lint --- Doc/whatsnew/3.14.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.14.rst b/Doc/whatsnew/3.14.rst index 52863b02ef7f355..352c3b30f5d5234 100644 --- a/Doc/whatsnew/3.14.rst +++ b/Doc/whatsnew/3.14.rst @@ -243,8 +243,9 @@ concurrent.futures in :pep:`734`. (Contributed by Eric Snow in :gh:`124548`.) -* Introduced the optional ``buffersize`` parameter to :meth:`concurrent.futures.Executor.map`, - which specifies the number of results that can be buffered before being yielded. +* Introduced the optional ``buffersize`` parameter to + :meth:`concurrent.futures.Executor.map`, which specifies the number + of results that can be buffered before being yielded. (Contributed by Enzo Bonnal and Josh Rosenberg in :gh:`74028`.) ctypes