From 2e7b82c0a70cd968a7d340d8bf2f56f3fc5a6237 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Fri, 21 Aug 2020 07:16:30 +0200 Subject: Fix typo discovered by codespell --- pymemcache/fallback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1