Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit adcf3c6

Browse filesBrowse files
committed
lint
1 parent e0b26ce commit adcf3c6
Copy full SHA for adcf3c6

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎Lib/concurrent/futures/process.py

Copy file name to clipboardExpand all lines: Lib/concurrent/futures/process.py
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.