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

This commit is contained in:
Mark Dickinson 2012-10-20 13:16:49 +01:00
parent aaa28832fd
commit 5ee2404d1e
1 changed files with 1 additions and 1 deletions

View File

@ -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)'