summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-08-21 07:16:30 +0200
committerGitHub <noreply@github.com>2020-08-21 07:16:30 +0200
commit2e7b82c0a70cd968a7d340d8bf2f56f3fc5a6237 (patch)
treec904ef201aeb91edc92a80bb2f1025b28fa040f0
parent49dc016a2bda86a07bd681d3d5549af45869d96b (diff)
downloadpymemcache-2e7b82c0a70cd968a7d340d8bf2f56f3fc5a6237.tar.gz
Fix typo discovered by codespell
-rw-r--r--pymemcache/fallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pymemcache/fallback.py b/pymemcache/fallback.py
index d70d83c..b7e9dd8 100644
--- a/pymemcache/fallback.py
+++ b/pymemcache/fallback.py
@@ -16,7 +16,7 @@
A client for falling back to older memcached servers when performing reads.
It is sometimes necessary to deploy memcached on new servers, or with a
-different configuration. In theses cases, it is undesirable to start up an
+different configuration. In these cases, it is undesirable to start up an
empty memcached server and point traffic to it, since the cache will be cold,
and the backing store will have a large increase in traffic.