Skip to content

Commit adcf3c6

Browse files
committed
lint
1 parent e0b26ce commit adcf3c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/concurrent/futures/process.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -817,9 +817,9 @@ def map(self, fn, *iterables, timeout=None, chunksize=1, buffersize=None):
817817
chunks of size chunksize and submitted to the process pool.
818818
If set to one, the items in the list will be sent one at a time.
819819
buffersize: The number of result chunks that can be buffered before
820-
being yielded. When the buffer is full, iteration over the input
821-
iterables is paused until a result chunk is yielded from the
822-
buffer. If None, buffering is unlimited.
820+
being yielded. When the buffer is full, iteration over the
821+
input iterables is paused until a result chunk is yielded from
822+
the buffer. If None, buffering is unlimited.
823823
824824
Returns:
825825
An iterator equivalent to: map(func, *iterables) but the calls may

0 commit comments

Comments
 (0)