From 5ee2404d1e4ba5edf5a40f93f7492383524f303c Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Sat, 20 Oct 2012 13:16:49 +0100 Subject: Fix concurrent.futures docstring typo: "Request Q" -> "Result Q". --- Lib/concurrent/futures/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/concurrent/futures/process.py b/Lib/concurrent/futures/process.py index 04238a7..94e0289 100644 --- a/Lib/concurrent/futures/process.py +++ b/Lib/concurrent/futures/process.py @@ -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)' -- cgit v0.12