summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryixi zhang <yixi@pulsra.com>2017-10-24 16:47:22 -0700
committeryixi zhang <yixi@pulsra.com>2017-10-24 16:47:22 -0700
commitf11386bfe913f0247a08a2bad049e5318e17390e (patch)
tree294938f948ca0da9c7b353d93b136dc482c042d2
parent765a8cae095cdb17efc2c16a5e788b6f02f035fa (diff)
downloadpymemcache-f11386bfe913f0247a08a2bad049e5318e17390e.tar.gz
Fix typo in doc
-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 504dbb5..7ac2224 100644
--- a/pymemcache/client/base.py
+++ b/pymemcache/client/base.py
@@ -337,7 +337,7 @@ class Client(object):
Returns:
If noreply is True, the return value is always True. Otherwise the
- return value is True if the value was stgored, and False if it was
+ return value is True if the value was stored, and False if it was
not (because the key already existed).
"""
if noreply is None: