Kaydet (Commit) 5ee2404d authored tarafından Mark Dickinson's avatar Mark Dickinson

Fix concurrent.futures docstring typo: "Request Q" -> "Result Q".

üst aaa28832
......@@ -40,7 +40,7 @@ Local worker thread:
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)'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment