mirror of https://github.com/python/cpython.git
Fix concurrent.futures docstring typo: "Request Q" -> "Result Q".
This commit is contained in:
parent
aaa28832fd
commit
5ee2404d1e
|
@ -40,7 +40,7 @@
|
|||
|
||||
Process #1..n:
|
||||
- reads _CallItems from "Call Q", executes the calls, and puts the resulting
|
||||
_ResultItems in "Request Q"
|
||||
_ResultItems in "Result Q"
|
||||
"""
|
||||
|
||||
__author__ = 'Brian Quinlan (brian@sweetapp.com)'
|
||||
|
|
Loading…
Reference in New Issue