From afe455590188ac26d187d92facbca5dd820635b2 Mon Sep 17 00:00:00 2001 From: "brian.quinlan" Date: Tue, 6 Oct 2009 02:31:45 +0000 Subject: Come comment fixes an PEP work. --- python3/futures/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python3') diff --git a/python3/futures/_base.py b/python3/futures/_base.py index ad338ae..330423e 100644 --- a/python3/futures/_base.py +++ b/python3/futures/_base.py @@ -484,7 +484,7 @@ class Executor(object): RETURN_IMMEDIATELY - Return without waiting. Returns: - A FuturesList containing futures for the given calls. + A FutureList containing Futures for the given calls. """ raise NotImplementedError() -- cgit v1.2.1