Skip to content

Commit 5ee2404

Browse files
committed
Fix concurrent.futures docstring typo: "Request Q" -> "Result Q".
1 parent aaa2883 commit 5ee2404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/concurrent/futures/process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
4141
Process #1..n:
4242
- reads _CallItems from "Call Q", executes the calls, and puts the resulting
43-
_ResultItems in "Request Q"
43+
_ResultItems in "Result Q"
4444
"""
4545

4646
__author__ = 'Brian Quinlan (brian@sweetapp.com)'

0 commit comments

Comments
 (0)