Fix typo in docs

This commit is contained in:
Miles Steele 2015-07-21 10:39:10 +02:00
parent fdb0bd50e0
commit e6d53407e5
1 changed files with 1 additions and 1 deletions

View File

@ -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: