From e6d53407e57af405756b46d15fffd5019e83aa8f Mon Sep 17 00:00:00 2001 From: Miles Steele Date: Tue, 21 Jul 2015 10:39:10 +0200 Subject: [PATCH] Fix typo in docs --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 4103f01..f53bc04 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -112,7 +112,7 @@ And: .. class:: ThreadPoolExecutor(max_workers) - Executes calls asynchronously using at pool of at most *max_workers* threads. + Executes calls asynchronously using a pool of at most *max_workers* threads. .. _threadpoolexecutor-example: