summaryrefslogtreecommitdiff
path: root/pymemcache/client
diff options
context:
space:
mode:
authorTyler Lubeck <tyler@tylerlubeck.com>2018-11-08 14:12:40 -0800
committerGitHub <noreply@github.com>2018-11-08 14:12:40 -0800
commit745bcdbbcbd3bcba264d340ec4bb3f9404dad257 (patch)
treea6867c9b8ee587d534af560bb65740e0feb4ad94 /pymemcache/client
parent87b933f9cc21476a9be89bbd5f781ecd1711b252 (diff)
downloadpymemcache-745bcdbbcbd3bcba264d340ec4bb3f9404dad257.tar.gz
typo: alwais -> always
Diffstat (limited to 'pymemcache/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 846adda..2e81dcc 100644
--- a/pymemcache/client/base.py
+++ b/pymemcache/client/base.py
@@ -303,7 +303,7 @@ class Client(object):
Returns:
Returns a list of keys that failed to be inserted.
- If noreply is True, alwais returns empty list.
+ If noreply is True, always returns empty list.
"""
if noreply is None:
noreply = self.default_noreply