summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Levine <gabe@g4briel.com>2017-04-04 15:43:53 -0400
committerGabe Levine <gabe@g4briel.com>2017-04-04 15:43:53 -0400
commitcd283397325a8b78b1933f4b55b90302a4849de6 (patch)
tree944769b9cab37a7564e03cc6691f547e6003d28f
parent7bf9df8b782a72923a27b0075c4c00a2d66b7922 (diff)
downloadpymemcache-cd283397325a8b78b1933f4b55b90302a4849de6.tar.gz
Fixed a small typo in the doc string of the pooled client
-rw-r--r--pymemcache/client/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymemcache/client/base.py b/pymemcache/client/base.py
index 6c47ffd..34dd4ae 100644
--- a/pymemcache/client/base.py
+++ b/pymemcache/client/base.py
@@ -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