summaryrefslogtreecommitdiff
path: root/python3/futures/_base.py
diff options
context:
space:
mode:
authorbrian.quinlan <devnull@localhost>2009-10-06 02:31:45 +0000
committerbrian.quinlan <devnull@localhost>2009-10-06 02:31:45 +0000
commitafe455590188ac26d187d92facbca5dd820635b2 (patch)
tree8f7ebe3c88e6c60d75f06a9fa43d0f5ce43b8a04 /python3/futures/_base.py
parent8fc3d853c2f2c0b160561be3ef55cd1d763d9a74 (diff)
downloadfutures-afe455590188ac26d187d92facbca5dd820635b2.tar.gz
Come comment fixes an PEP work.
Diffstat (limited to 'python3/futures/_base.py')
-rw-r--r--python3/futures/_base.py2
1 files changed, 1 insertions, 1 deletions
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()