Merge pull request #147 from gabelev/pooled_client_typo

Fixed a small typo in the doc string of the pooled client
This commit is contained in:
Joe Gordon 2017-04-04 13:03:33 -07:00 committed by GitHub
commit cd3cdfdf2d
1 changed files with 1 additions and 1 deletions

View File

@ -850,7 +850,7 @@ class PooledClient(object):
"""A thread-safe pool of clients (with the same client api).
Args:
max_pool_size: maximum pool size to use (going about this amount
max_pool_size: maximum pool size to use (going above this amount
triggers a runtime error), by default this is 2147483648L
when not provided (or none).
lock_generator: a callback/type that takes no arguments that will