Merge pull request #42 from mlsteele/master

Fix typo in docs
This commit is contained in:
Alex Grönholm 2015-07-21 11:48:28 +03:00
commit 35e77648b7
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: