diff options
| author | Tyler Lubeck <tyler@tylerlubeck.com> | 2018-11-08 14:12:40 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-08 14:12:40 -0800 |
| commit | 745bcdbbcbd3bcba264d340ec4bb3f9404dad257 (patch) | |
| tree | a6867c9b8ee587d534af560bb65740e0feb4ad94 /pymemcache/client | |
| parent | 87b933f9cc21476a9be89bbd5f781ecd1711b252 (diff) | |
| download | pymemcache-745bcdbbcbd3bcba264d340ec4bb3f9404dad257.tar.gz | |
typo: alwais -> always
Diffstat (limited to 'pymemcache/client')
| -rw-r--r-- | pymemcache/client/base.py | 2 |
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 |
