From 302fdf3ce110469902de4d8e84557f20356ef312 Mon Sep 17 00:00:00 2001 From: "brian.quinlan" Date: Sat, 1 Aug 2009 12:44:52 +0000 Subject: Fixed a docstring mis-capitalization. --- python3/futures/_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python3/futures/_base.py b/python3/futures/_base.py index 01cbf64..21bae32 100644 --- a/python3/futures/_base.py +++ b/python3/futures/_base.py @@ -403,7 +403,7 @@ class FutureList(object): states[FINISHED])) class Executor(object): - """THis is an abstract base class for conrete asynchronous executors.""" + """This is an abstract base class for conrete asynchronous executors.""" def run_to_futures(self, calls, timeout=None, return_when=ALL_COMPLETED): """Return a list of futures representing the given calls. -- cgit v1.2.1