summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2017-04-04 13:03:33 -0700
committerGitHub <noreply@github.com>2017-04-04 13:03:33 -0700
commitcd3cdfdf2d0028484d1e7223c33aa9c09b1c45eb (patch)
tree944769b9cab37a7564e03cc6691f547e6003d28f
parent7bf9df8b782a72923a27b0075c4c00a2d66b7922 (diff)
parentcd283397325a8b78b1933f4b55b90302a4849de6 (diff)
downloadpymemcache-cd3cdfdf2d0028484d1e7223c33aa9c09b1c45eb.tar.gz
Merge pull request #147 from gabelev/pooled_client_typo
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