Skip to content

Commit 17b229a

Browse files
close() is not a new method of the iterator returned by map()
1 parent e021fbd commit 17b229a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Executor Objects
9191

9292
.. versionchanged:: next
9393
The returned iterator is no longer automatically closed if a *fn*
94-
call raises an exception. Added its :meth:`!close` method.
94+
call raises an exception.
9595

9696
.. method:: shutdown(wait=True, *, cancel_futures=False)
9797

0 commit comments

Comments
 (0)