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: